UNPKG

parjs

Version:

Library for building parsers using combinators.

12 lines 366 B
/** Some canned error throwers. */ export declare const Issues: { /** * Throws an error saying that the parser is about to enter an infinite loop. * * @param name */ guardAgainstInfiniteLoop(name: string): never; delayedParserNotInit(name: string): never; delayedParserAlreadyInit(): never; }; //# sourceMappingURL=issues.d.ts.map