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

The virtual machine scope system. More...

#include <vector>
#include <utility>
#include <cinttypes>
#include <Ark/VM/Value.hpp>
+ Include dependency graph for Scope.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::Scope
 A class to handle the VM scope more efficiently. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

The virtual machine scope system.

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

Definition in file Scope.hpp.