PyLGEN - Python native compiler framework faster than Lark

by
PyLGEN gives you complete control over every stage of language processing. Build interpreters and compilers from scratch without leaving the Python ecosystem. Prototype rapidly in pure Python, then compile to native speed with Cython for production workloads.

Add a comment

Replies

Best
Maker
📌

What you think about a python library that can handle a 2-million lines file of a non-trivial language, ~1.92x faster than Lark + lark_cython