![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
Keeping track of the internal data needed by the VM. More...
#include <array>#include <memory>#include <optional>#include <atomic>#include <Ark/Constants.hpp>#include <Ark/VM/Value.hpp>#include <Ark/VM/ScopeView.hpp>#include <Ark/VM/Value/ClosureScope.hpp>Go to the source code of this file.
Classes | |
| struct | Ark::internal::ExecutionContext |
Namespaces | |
| namespace | Ark |
| namespace | Ark::internal |
Keeping track of the internal data needed by the VM.
Definition in file ExecutionContext.hpp.