An open source lexer generator
-
Updated
Oct 21, 2018 - Python
An open source lexer generator
A compiler to translate regular expressions (regular grammars) and LL1 BNF languages (subset of context free grammars) to generated scanners and/or parsers.
A work-in-progress lexer/parser generator for a growing number of languages
LR(1)/GLR parser generator. Emits canonical JSON parser tables plus re-entrant driver skeletons in C, C++, Python, and Lua.
A stubs library for the much older RPLY package for python
Add a description, image, and links to the lexer-generator topic page so that developers can more easily learn about it.
To associate your repository with the lexer-generator topic, visit your repo's landing page and select "manage topics."