Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 582 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 582 Bytes

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