ArkScript
A small, fast, functional and scripting language for video games
ExecutionContext.hpp File Reference

Keeping track of the internal data needed by the VM. More...

#include <array>
#include <limits>
#include <optional>
#include <cinttypes>
#include <Ark/Constants.hpp>
#include <Ark/VM/Value.hpp>
#include <Ark/VM/Scope.hpp>
+ Include dependency graph for ExecutionContext.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ark::internal::ExecutionContext
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Keeping track of the internal data needed by the VM.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.1
Date
2021-11-15

Definition in file ExecutionContext.hpp.