Interface ILexerConstants
Lexer constants, for plitting strings
Namespace: Simplic.Lexer
Assembly: Simplic.Lexer.dll
Syntax
public interface ILexerConstants
Properties
| Improve this Doc View SourceComplexToken
Complex tokens, will keep tokens to gether, like "This is a complex token"
Declaration
char[] ComplexToken { get; }
Property Value
Type | Description |
---|---|
System.Char[] |
FollowingTokens
Auto complete tokens, for example making >= out of > =
Declaration
string[] FollowingTokens { get; }
Property Value
Type | Description |
---|---|
System.String[] |
TokenSeperator
Strings which seperates tokens
Declaration
char[] TokenSeperator { get; }
Property Value
Type | Description |
---|---|
System.Char[] |