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