LR parser action type.
| 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 |
Namespace: GoldParser
Assembly: GoldParser (in GoldParser.dll)