Package org.kigalisim.lang.interpret
Class QubecTalkInterpreter
java.lang.Object
org.kigalisim.lang.interpret.QubecTalkInterpreter
Strategy to interpret a QubecTalk program into a single ParsedProgram.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninterpret(ParseResult parseResult) Interpret a QubecTalk source into a ParsedProgram.
-
Constructor Details
-
QubecTalkInterpreter
public QubecTalkInterpreter()Constructs a new QubecTalkInterpreter.
-
-
Method Details
-
interpret
Interpret a QubecTalk source into a ParsedProgram.- Parameters:
parseResult- The result of parsing to interpret.- Returns:
- Parsed program.
-