ArkScript
A small, fast, functional and scripting language for video games
VM Directory Reference
+ Directory dependency graph for VM:

Directories

directory  Value
 

Files

file  ErrorKind.hpp [code]
 
file  ExecutionContext.hpp [code]
 Keeping track of the internal data needed by the VM.
 
file  Future.hpp [code]
 
file  Plugin.hpp [code]
 Loads .dll/.so/.dynlib files.
 
file  Scope.hpp [code]
 The virtual machine scope system.
 
file  State.hpp [code]
 State used by the virtual machine: it loads the bytecode, can compile it if needed, load C++ functions...
 
file  Value.hpp [code]
 
file  VM.hpp [code]
 The ArkScript virtual machine.