YaccConstructor


Vertex

Namespace: Yard.Generators.RNGLR
Parent Module: Parser

Record Fields

Record FieldDescription
Level
Signature: int

Number of token, processed when the vertex was created

OutEdges
Signature: UsualOne<Edge>
Modifiers: mutable
State
Signature: int

Usual LALR state

Constructors

ConstructorDescription
new(state, level)
Signature: (state:int * level:int) -> Vertex

CompiledName: .ctor

Fork me on GitHub