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.lang.Object |
OrcParser.parseLiteralValue()
Parse the input as a literal value. |
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). |