UNPKG

pegisland

Version:

General PEG-based parser supporting island grammars with lake symbols

8 lines 240 B
import { Rule } from './Rule'; export declare class Peg { rules: Map<string, Rule>; toplevelRules: Rule[]; constructor(rules: Map<string, Rule>, toplevelRules: Rule[]); toString(): string; } //# sourceMappingURL=Peg.d.ts.map