![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
Static scopes (for functions, loops) and namespace scopes (for packages) definitions, used at compile time. More...
#include <string>
#include <optional>
#include <memory>
#include <vector>
#include <ranges>
#include <unordered_set>
#include <Ark/Platform.hpp>
Go to the source code of this file.
Classes | |
struct | Ark::internal::Declaration |
struct | std::hash< Ark::internal::Declaration > |
class | Ark::internal::StaticScope |
class | Ark::internal::NamespaceScope |
Namespaces | |
namespace | Ark |
namespace | Ark::internal |
Static scopes (for functions, loops) and namespace scopes (for packages) definitions, used at compile time.
Definition in file StaticScope.hpp.