Elimination of left recursion often introduces some issue with stack size in the action code. It is easier and more direct to translate a left recursive BNF using a specific fixpoint combinator dedicated to left recursion.
Elimination of left recursion often introduces some issue with stack size in the action code. It is easier and more direct to translate a left recursive BNF using a specific fixpoint combinator dedicated to left recursion.