Package edu.iu.cnets.klatsch.parser

Class Summary
Parser This class contains the recursive-descent parser for the Klatsch language.
Token This class represents a single token within the Klatsch language.
TokenStream This class encapsulates a buffer and makes it possible to read a stream of tokens from it, with one-token lookahead for the parser.
 

Enum Summary
Token.Type  
TokenStream.State