speedy-antlr-tool 1.4.3


pip install speedy-antlr-tool

  Latest version

Released: Oct 29, 2023


Meta
Author: Alex Mykyta
Requires Python: >=3.6

Classifiers

Development Status
  • 5 - Production/Stable

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3 :: Only

Intended Audience
  • Developers

License
  • OSI Approved :: GNU General Public License v3 (GPLv3)

Operating System
  • OS Independent

Topic
  • Software Development :: Compilers
  • Software Development :: Code Generators

Documentation Status PyPI - Python Version

Speedy Antlr Tool

Running an Antlr parser in Python is slow.

This tool generates a Python extension that runs your parser using Antlr's C++ target, and then translates the parsed tree back into Python.

See the Speedy Antlr Tool Documentation for more details

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
antlr4-python3-runtime (<4.14,>=4.10)
jinja2