/sp

SP (Simple Parser) is a Python parser generator. It is aimed at easy usage rather than performance. SP produces Top-Down Recursive descent parsers. SP also uses memoization to optimize parsers' speed when dealing with ambiguous grammars.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

No issues in this repository yet.