YuhanLiin / Lexer-and-Parser-PythonView on GitHub
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…
12Oct 31, 2015Updated 10 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:

Are these results useful?