Skip to content

Interpreter

themaddoctor1 edited this page Nov 16, 2014 · 1 revision

The Interpreter class is a class in the interpreter that is used to interpret user input. The interpretLine() method is the central hub of this. Every time it is sent a line of code, it will use modification of Strings to determine what is requested. The getIntValue() and getStringValue() methods are used by SQSL's Output() and OutputLn() code segments for user output. To see how what input causes what, see SQSL.

Clone this wiki locally