parjs
Version:
Library for building parsers using combinators.
3 lines • 465 B
TypeScript
export { backtrack, between, each, exactly, flatten, later, many, many1, manyBetween, manySepBy, manyTill, map, mapConst, maybe, must, mustCapture, not, or, pipe, qthen, reason, recover, replaceState, stringify, then, thenPick, thenq } from "./internal/combinators";
export type { ArrayWithSeparators, DelayedParjser, NestedArray, ParserFailureState, RecoveryFunction, UserStateOrProjection } from "./internal/combinators";
//# sourceMappingURL=combinators.d.ts.map