tdrmk / simplifygrammar

C++ code for Simplify grammar by eliminating null productions, unit productions, removing non-deriving non-terminals and removing non-reachable symbols, Then left factoring and remove left recursion. Compute first and follow, then check if grammar is LL1 or not.
8Updated 7 years ago

Alternatives and similar repositories for simplifygrammar:

Users that are interested in simplifygrammar are comparing it to the libraries listed below