UNPKG

@fauton/cfg

Version:

A package to work with context free grammars and LL1 parsers

3 lines (2 loc) 177 B
import { IContextFreeGrammar, IContextFreeGrammarInput } from "./types"; export declare function removeLeftRecursion(inputCfg: IContextFreeGrammarInput): IContextFreeGrammar;