|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParsingException | |
|---|---|
| orc | Top-level package for all Orc code. |
| orc.parser | The Orc parser. |
| Uses of ParsingException in orc |
|---|
| Methods in orc that throw ParsingException | |
|---|---|
ASTNode |
OrcCompiler.parse(java.io.Reader sourceReader)
Parse the Orc program text supplied by the reader into an Orc extended AST. |
| Uses of ParsingException in orc.parser |
|---|
| Methods in orc.parser that throw ParsingException | |
|---|---|
static void |
OrcParser.main(java.lang.String[] args)
For testing purposes; parses a program from stdin or a file given as an argument, and prints the parsed program. |
java.util.List<Declaration> |
OrcParser.parseModule()
Parse the input as a module (declarations only). |
Expression |
OrcParser.parseProgram()
Parse the input as a complete program (declarations plus goal expression). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||