![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
Directories | |
| Value | |
Files | |
| DefaultValues.hpp | |
| ErrorKind.hpp | |
| ExecutionContext.hpp | |
| Keeping track of the internal data needed by the VM. | |
| Future.hpp | |
| Internal object to resolve asynchronously a function call in ArkScript. | |
| ModuleMapping.hpp | |
| ScopeView.hpp | |
| SharedLibrary.hpp | |
| Loads .dll/.so/.dynlib files. | |
| State.hpp | |
| State used by the virtual machine: it loads the bytecode, can compile it if needed, load C++ functions... | |
| Value.hpp | |
| Default value type handled by the virtual machine. | |
| VM.hpp | |
| The ArkScript virtual machine. | |