/Parser

LL(1) - LL(k) Recursive-Decent Parser in Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Parser

Recursive-Decent Parser in Python LL(1) and LL(k)

Python implementation of ll(1) and ll(k) parser from Terence Parr's book 'Language Implementation Patterns'. This are simple test of Lexer and Parser coded in Python 3. In the book code is implemented in Java.

In the tests file there are all usage informations.