Package polyglot.ext.pao.parse

Parser for PAO.

See:
          Description

Class Summary
Grm CUP v0.10k generated parser.
Lexer_c This class is a scanner generated by JFlex 1.3.5 on 5/1/06 12:14 AM from the specification file file:/Users/nystrom/xx/polyglot/src/polyglot/ext/pao/parse/pao.flex
sym CUP generated class containing symbol constants.
 

Package polyglot.ext.pao.parse Description

Parser for PAO. No changes are made to the lexer, and the file pao.flex is simply a standard lexer for Java. The file pao.ppg modifies the Java grammar to allow e instanceof T where T can be any type (including primitive types) instead of just reference types.