YaccConstructor


ParseErrorContext<'tok>

Namespace: Microsoft.FSharp.Text.Parsing

The context provided when a parse error occurs

Instance members

Instance memberDescription
CurrentToken
Signature: 'tok option

The token that caused the parse error

CompiledName: get_CurrentToken

Message
Signature: string

The message associated with the parse error

CompiledName: get_Message

ParseState
Signature: IParseState

The state active at the parse error

CompiledName: get_ParseState

ReduceTokens
Signature: int list

The tokens that would cause a reduction at the parse error

CompiledName: get_ReduceTokens

ReducibleProductions
Signature: int list list

The stack of productions that would be reduced at the parse error

CompiledName: get_ReducibleProductions

ShiftTokens
Signature: int list

The token that would cause a shift at the parse error

CompiledName: get_ShiftTokens

StateStack
Signature: int list

The stack of state indexes active at the parse error

CompiledName: get_StateStack

Fork me on GitHub