![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
#include <ASTLowerer.hpp>
Public Attributes | |
| bool | temp { false } |
| bool | closure { false } |
| std::optional< std::string > | name { std::nullopt } |
Definition at line 37 of file ASTLowerer.hpp.
| bool Ark::internal::PageCreationData::closure { false } |
Definition at line 40 of file ASTLowerer.hpp.
| std::optional<std::string> Ark::internal::PageCreationData::name { std::nullopt } |
Definition at line 41 of file ASTLowerer.hpp.
| bool Ark::internal::PageCreationData::temp { false } |
Definition at line 39 of file ASTLowerer.hpp.