UNPKG

pegisland

Version:

General PEG-based parser supporting island grammars with lake symbols

4 lines 199 B
import { Peg } from './Peg'; export declare function isLake(symbol: string): boolean; export declare function processLakes(peg: Peg, waterSymbols?: string[]): void; //# sourceMappingURL=lake.d.ts.map