Implements the lexical tokenizer and parser that produces the abstract syntax
tree used to represent the source code internally by the LBJ compiler. Most
of the classes in this package were automatically generated by either
C. Scott Ananian's
JLex
or Scott E. Hudson's
CUP.
@author Nick Rizzolo