#include <ixlib_javascript.hh>
Public Methods | |
interpreter () | |
~interpreter () | |
ref< expression > | parse (std::string const &str) |
ref< expression > | parse (std::istream &istr) |
ref< value > | execute (std::string const &str) |
ref< value > | execute (std::istream &istr) |
ref< value > | execute (ref< expression > expr) |
Public Attributes | |
ref< list_scope, value > | RootScope |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 355 of file ixlib_javascript.hh. |