ArkScript
A small, lisp-inspired, functional scripting language
Ark::internal::PageCreationData Struct Reference

#include <ASTLowerer.hpp>

Public Attributes

bool temp { false }
 
bool closure { false }
 
std::optional< std::string > name { std::nullopt }
 

Detailed Description

Definition at line 37 of file ASTLowerer.hpp.

Member Data Documentation

◆ closure

bool Ark::internal::PageCreationData::closure { false }

Definition at line 40 of file ASTLowerer.hpp.

◆ name

std::optional<std::string> Ark::internal::PageCreationData::name { std::nullopt }

Definition at line 41 of file ASTLowerer.hpp.

◆ temp

bool Ark::internal::PageCreationData::temp { false }

Definition at line 39 of file ASTLowerer.hpp.


The documentation for this struct was generated from the following file: