YuhanLiin / Lexer-and-Parser-Python

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…
10Updated 9 years ago

Related projects

Alternatives and complementary repositories for Lexer-and-Parser-Python