Enum LexerRuleReturnDecision
Enumeration that specifies whether a matched lexer token rule should return or ignore token.
Namespace: SpiceSharpParser.Lexers
Assembly: SpiceSharpParser.dll
Syntax
public enum LexerRuleReturnDecision
Fields
Name | Description |
---|---|
IgnoreToken | Specifies that the token is ignored. |
ReturnToken | Specifies that the token is returned if it's a best match. |