This event will be called if a token has been read which will be parsed by the LALR parser.
The event handler receives an argument of type TokenReadEventArgs containing data related to this event. The following TokenReadEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Continue | Determines if the parse process should continue after this event. True by default. |
| Token | The terminal token that will be processed by the LALR parser. |