|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| Parser | |
| Exception Summary | |
| FunctionArgumentException | |
| FunctionNameException | |
| ParseException | |
This package is responsible for parsing the language Elan. It uses recursive descent with, currently, no lookahead.
If instruction to the language as an example.
token.ReservedToken) with the same
prefix as the new instruction, e.g., IfToken.java.
IfParser.java. The parsing class (presumably
implementing Parser) will return an instance
of the parsed Instruction, see the next item.
If.java
in the elan.instruction package.
instructions.prop, e.g., add a single line
to the file containing the string If.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||