ArkScript
A small, lisp-inspired, functional scripting language
ScopeView.hpp File Reference

The virtual machine scope system. More...

#include <array>
#include <cinttypes>
#include <Ark/Utils/Platform.hpp>
#include <Ark/VM/Value/Value.hpp>
Include dependency graph for ScopeView.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

The virtual machine scope system.

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

Definition in file ScopeView.hpp.