/LL1-CD

This is an implementation of an LL1 parser in Python. The program takes a grammar as input and generates the parsing table. The generated parsing table is then used to parse the input string.

Primary LanguagePython

Watchers