RefParser<'Parsed, 'T, 'State, 'Input, 'InputSlice> Type
Holds a mutable reference to a parser allowing the creation of forward-reference or mutually recursive parsers
Constructors
Constructor | Description |
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.Parser
Parameters:
Reader<'T, 'State, 'Input, 'InputSlice>
Returns: ParseResult<'Parsed, 'T, 'State>
|
|
|