https://github.com/amykyta3/speedy-antlr-tool
Generate an accelerator extension that makes your Antlr parser in Python super-fast!
https://github.com/amykyta3/speedy-antlr-tool
accelerator antlr-parser antlr4 performance python slow speedup
Last synced: 6 months ago
JSON representation
Generate an accelerator extension that makes your Antlr parser in Python super-fast!
- Host: GitHub
- URL: https://github.com/amykyta3/speedy-antlr-tool
- Owner: amykyta3
- License: bsd-3-clause
- Created: 2020-01-05T06:45:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T05:25:14.000Z (10 months ago)
- Last Synced: 2025-04-09T20:03:55.887Z (6 months ago)
- Topics: accelerator, antlr-parser, antlr4, performance, python, slow, speedup
- Language: C++
- Size: 49.8 KB
- Stars: 32
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://speedy-antlr-tool.readthedocs.io)
[](https://pypi.org/project/speedy-antlr-tool)# 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](http://speedy-antlr-tool.readthedocs.io) for more details