![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <Package.hpp>
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. | |
Definition at line 9 of file Package.hpp.
Node Ark::internal::Package::ast |
Definition at line 11 of file Package.hpp.
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 Ark::internal::Package::import |
Definition at line 12 of file Package.hpp.