Types of actions available.
{string}
Represents ACCEPT action. The parser performs a ACCEPT action.
Represents ERROR action. The parser performs a ERROR action.
Represents REDUCE action. The parser performs a REDUCE action.
Represents SHIFT action. The parser performs a SHIFT action.
Generated using TypeDoc
Types of actions available.
{string}