UNPKG

pegisland

Version:

General PEG-based parser supporting island grammars with lake symbols

4 lines 186 B
import { Rule } from './Rule'; import { Peg } from './Peg'; export declare function genDot(peg: Peg, parentsMap: Map<Rule, Set<Rule>>): string; //# sourceMappingURL=GraphPrinter.d.ts.map