ArkScript
A small, fast, functional and scripting language for video games
Ark::internal::Package Struct Reference

#include <Package.hpp>

Collaboration diagram for Ark::internal::Package:
[legend]

Public Attributes

Node ast
 
Import import
 
bool has_been_processed = false
 Set to false for source code files, to indicate they need parsing. True for modules (.arkm), as we cannot parse those.
 

Detailed Description

Definition at line 9 of file Package.hpp.

Member Data Documentation

◆ ast

Node Ark::internal::Package::ast

Definition at line 11 of file Package.hpp.

◆ has_been_processed

bool Ark::internal::Package::has_been_processed = false

Set to false for source code files, to indicate they need parsing. True for modules (.arkm), as we cannot parse those.

Definition at line 13 of file Package.hpp.

◆ import

Import Ark::internal::Package::import

Definition at line 12 of file Package.hpp.


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