|
Class Summary |
| PoshCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing). |
| PoshLanguageHiearchy |
LanguageHierarchy contains list of token types for our language(posh), and creates
a new instances of our Lexer. |
| PoshLexar |
Token lexar that reads input and returns tokens for it. |
| PoshTokenId |
Class representing token, contains
name - unique name of the token in the parser
id - unique integer id of the token
primaryCategory - category of the token
|