An NDoc Documented Class Library

LRAction Enumeration

LR parser action type.

public enum LRAction

Members

Member Name Description
None No action. Not used.
Shift Shift a symbol and go to a state
Reduce Reduce by a specified rule
Goto Goto to a state on reduction
Accept Input successfully parsed
Error Error

Requirements

Namespace: GoldParser

Assembly: GoldParser (in GoldParser.dll)

See Also

GoldParser Namespace