/rdp-generator

Homework for Compilers course at University of Bucharest

Primary LanguagePython

rdp-generator

Homework for Compilers course at University of Bucharest

This tool receives a LL(1) Context-Free Grammar as input and outputs the corresponding recursive descent parser in C++.

For more information on recursive descent parser visit this wikipedia page.