/RecursiveDescent

A predictive parser I wrote based on lecture notes.

Primary LanguagePython

Recursive Descent

A predictive parser using recursive descent.

Well actually I haven't written the parser itself, just the construction of the tables.