Skip to content

Generate an accelerator extension that makes your Antlr parser in Python super-fast!

License

Notifications You must be signed in to change notification settings

amykyta3/speedy-antlr-tool

Repository files navigation

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