#include <interpreter.h>
Inheritance diagram for Little::Interpreter::
Public Methods | |
Interpreter (Precompiler &precompiler) | |
Interpreter (Type type, bool default_int, std::istream &sin, std::ostream &sout, std::ostream &serr, Precompiler &precompiler) | |
~Interpreter () | |
bool | exec () |
start program execution. More... | |
bool | exec (std::string buffer) |
execute this string. More... | |
ixion::javascript::interpreter * | get_interpreter () const |
Private Attributes | |
ixion::javascript::interpreter * | ip |
Precompiler & | precompiler |
|
|
|
|
|
Reimplemented from Interpreter. |
|
execute this string.
Reimplemented from Interpreter. |
|
start program execution.
Reimplemented from Interpreter. |
|
|
|
|
|
|