Enum TerminalOptions
Contains options to customize the creation of terminals.
[Flags]
public enum TerminalOptions
Fields
Hidden = 2
The terminal will not be shown in the list of expected symbols in case of a parse error.
Noisy = 1
The terminal will be ignored if it is encountered in the input in an unexpected place.
None = 0
No options are specified.