Chare |
Represents a Chare, which provides location information on a character taken from a Stringe.
|
EightTuple<A,B,C,D,E,F,G,H> |
8-tuple.
|
FiveTuple<A,B,C,D,E> |
5-tuple.
|
FourTuple<A,B,C,D> |
4-tuple.
|
Lexer<T> |
Represents a set of rules for creating tokens from a Stringe.
|
Lexer.SymbolPriority |
Used to manipulate the order in which symbol (non-regex) rules are tested.
|
OneTuple<A> |
1-tuple.
|
SevenTuple<A,B,C,D,E,F,G> |
7-tuple.
|
SixTuple<A,B,C,D,E,F> |
6-tuple.
|
Stringe |
Represents a string or a substring in relation to its parent.
|
StringeReader |
Represents a reader that can read data from a Stringe.
|
ThreeTuple<A,B,C> |
3-tuple.
|
Token<T> |
Represents a Token with a string value and a custom identifier.
|
Tuples |
Makes tuples for your pleasure.
|
TwoTuple<A,B> |
2-tuple.
|
Util |
|