Package java_cup.runtime

Class Summary
lr_parser This class implements a skeleton table driven LR parser.
Symbol Class Symbol what the parser expects to receive from the lexer.
virtual_parse_stack This class implements a temporary or "virtual" parse stack that replaces the top portion of the actual parse stack (the part that has been changed by some set of operations) while maintaining its original contents.