![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
State used by the virtual machine: it loads the bytecode, can compile it if needed, load C++ functions... More...
#include <string>#include <vector>#include <unordered_map>#include <filesystem>#include <Ark/Constants.hpp>#include <Ark/VM/Value.hpp>#include <Ark/VM/Value/Procedure.hpp>#include <Ark/Compiler/Common.hpp>#include <Ark/Error/Exceptions.hpp>#include <Ark/Compiler/IntermediateRepresentation/InstLoc.hpp>Go to the source code of this file.
Classes | |
| class | Ark::State |
| Ark state to handle the dirty job of loading and compiling ArkScript code. More... | |
Namespaces | |
| namespace | Ark |
State used by the virtual machine: it loads the bytecode, can compile it if needed, load C++ functions...
Definition in file State.hpp.