MysoreScript
Classes | Namespaces | Typedefs | Variables
interpreter.hh File Reference
#include <string>
#include <unordered_map>
#include <forward_list>
#include <vector>
#include "runtime.hh"
Include dependency graph for interpreter.hh:
This graph shows which files directly or indirectly include this file:

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...