![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
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/Compiler/Common.hpp>
#include <Ark/Exceptions.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.