YaccConstructor


ErrorNode<'TokenType>

Namespace: Yard.Generators.Common
Parent Module: AST

Record Fields

Record FieldDescription
errorOn
Signature: 'TokenType option
expected
Signature: string array
production
Signature: int
recTokens
Signature: string array
tokens
Signature: 'TokenType array
Modifiers: mutable

Constructors

ConstructorDescription
new(errOn, prod, exp, recToks)
Signature: (errOn:'TokenType option * prod:int * exp:string array * recToks:string array) -> ErrorNode<'TokenType>

CompiledName: .ctor

Fork me on GitHub