Package com.github.beothorn.agent.parser
Class Parser
java.lang.Object
com.github.beothorn.agent.parser.Parser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
parse
Given a stack of tokens produced by the Lexer, compiles an AST.- Parameters:
tokens- The tokens to be processed- Returns:
- The final AST
- Throws:
CompilationException- In case of oopsies
-