Package | Description |
---|---|
jfun.parsec |
Provides classes and interfaces for parser combinator logic and basic parsers.
|
jfun.parsec.tokens |
Provides some predefined tokens and Tokenizer implementations.
|
Class and Description |
---|
TokenType
This represents all pre-built token types.
|
TypedToken
Represents a token associated with a token type.
|
Class and Description |
---|
MyToken
Deprecated.
|
NamedToken
A token that has a name.
|
TokenDecimal
Deprecated.
|
TokenQuoted
represents a string that is quoted by a open and close string.
|
TokenReserved
Deprecated.
|
TokenType
This represents all pre-built token types.
|
TokenWord
Deprecated.
|
TypedToken
Represents a token associated with a token type.
|