Chare |
Represents a Chare, which provides location information on a character taken from a Stringe.
|
Lexer |
Represents a set of rules for creating tokens from a Stringe.
|
Lexer.RuleMatchValueGenerator |
Generates token identifiers for a rule from either a constant value, or a generator function processing a MatchResult.
|
Lexer.SymbolPriority |
Used to manipulate the order in which symbol (non-regex) rules are tested.
|
Stringe |
Represents a string or a substring in relation to its parent.
|
StringeReader |
Represents a reader that can read data from a Stringe.
|
Token |
Represents a Token with a string value and a custom identifier.
|