/genparser

The project is an implementation of a generic parser that takes a lexicon file, a grammar file and an input file and produces a concise abstract syntax tree. The desired structure of the tree is defined by the grammar file.

Primary LanguagePythonMIT LicenseMIT

Stargazers