speedy-antlr-tool
speedy-antlr-tool copied to clipboard
Generate an accelerator extension that makes your Antlr parser in Python super-fast!
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