|
MysoreScript
|
#include <string>#include <unordered_map>#include <forward_list>#include <vector>#include "runtime.hh"

Go to the source code of this file.
Classes | |
| class | Interpreter::Value |
| Value wraps an object pointer. More... | |
| class | Interpreter::Context |
Namespaces | |
| Interpreter | |
Typedefs | |
| typedef std::unordered_map< std::string, Obj * > | Interpreter::SymbolTable |
| A symbol table stores the address of each allocation. More... | |
Variables | |
| bool | Interpreter::forceCompiler = false |
| Force the compiler to run. More... | |
1.8.12