/Left_Recursion_Elimination

A java written program used to eliminate left recursion in context-free grammar. Use the method `eliminateRecursion` to pass to it a String of rules and it will print the new set of rules with no left recursion

Primary LanguageJava

This repository is not active