UNPKG

pegisland

Version:

General PEG-based parser supporting island grammars with lake symbols

3 lines 163 B
import { IParsingExpression } from './ParsingExpression'; export declare function peToString(pe: IParsingExpression): string; //# sourceMappingURL=Printer.d.ts.map