Readonly
expectingThe chaining or piping operator. Applies a sequence of combinators to this parser, feeding the result of one into the input of the next.
The single combinator to apply.
The chaining or piping operator. Applies a sequence of combinators to this parser, feeding the result of one into the input of the next.
The first combinator to apply.
The second combinator to apply.
The chaining or piping operator. Applies a sequence of combinators to this parser, feeding the result of one into the input of the next.
The first combinator to apply.
The second combinator to apply.
The third combinator to apply.
The chaining or piping operator. Applies a sequence of combinators to this parser, feeding the result of one into the input of the next.
The first combinator to apply.
The second combinator to apply.
The third combinator to apply.
The fourth combinator to apply.
The chaining or piping operator. Applies a sequence of combinators to this parser, feeding the result of one into the input of the next.
The first combinator to apply.
The second combinator to apply.
The third combinator to apply.
The fourth combinator to apply.
The fifth combinator to apply.
The chaining or piping operator. Applies a sequence of combinators to this parser, feeding the result of one into the input of the next.
The first combinator to apply.
The second combinator to apply.
The third combinator to apply.
The fourth combinator to apply.
The fifth combinator to apply.
The sixth combinator to apply.
Applies this
on the given input string.
The input string.
Optional
initialState: UserStateAn object containing properties that are merged with this parse invocation's user state.
Readonly
typeExposes the display name of the parser. Userful when debugging.
A parser with logic to be determined later. Useful for defining some kinds of recursive parsers.