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

State used by the virtual machine: it loads the bytecode, can compile it if needed, load C++ functions... More...

#include <string>
#include <vector>
#include <cinttypes>
#include <unordered_map>
#include <Ark/VM/Value.hpp>
#include <Ark/Compiler/BytecodeReader.hpp>
#include <Ark/Compiler/Compiler.hpp>
+ Include dependency graph for State.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

State used by the virtual machine: it loads the bytecode, can compile it if needed, load C++ functions...

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.2
Date
2020-10-27

Definition in file State.hpp.