Averest


ActionSLR1 Type

data type for the actions of LR(0) and SLR(1) parsers

Union cases

Union case Description

AcceptSLR1

Full Usage: AcceptSLR1

GotoSLR1 int

Full Usage: GotoSLR1 int

Parameters:
    Item : int

Item : int

ReduceSLR1(Symbol, Word)

Full Usage: ReduceSLR1(Symbol, Word)

Parameters:
Item1 : Symbol
Item2 : Word

RejectSLR1

Full Usage: RejectSLR1

ShiftSLR1 int

Full Usage: ShiftSLR1 int

Parameters:
    Item : int

Item : int