YuhanLiin / Lexer-and-Parser-PythonLinks
A complete parser generator which tokenizes the input string before creating a abstract syntax tree by processing the tokens with a context-free grammar. The tokens are defined using the regex library and the actual parser an implementation of Earley's parsing algorithm. This personal project was created after I had finished the Programming Lang…
☆12Updated 9 years ago
Alternatives and similar repositories for Lexer-and-Parser-Python
Users that are interested in Lexer-and-Parser-Python are comparing it to the libraries listed below
Sorting:
- An editor for EBNF grammars, used by Lark – parsing library for Python☆12Updated 6 years ago
- An eXample Programming Language☆11Updated 6 years ago
- Yet another VM language☆17Updated 6 years ago
- This is the mirror of pyaxon repository http://bitbucket.org/intellimath/pyaxon☆23Updated 9 years ago
- A Python library for evaluating natural language mathematical equations☆52Updated 4 months ago
- An Earley-Algorithm Context-free grammar Parser Toolkit