Args are the children nodes to the current node.
Flags store metadata/primitive data in an Iridium node. These nodes cannot store other Iridium S-Expressions.
Tag specifics the S-Expression Type.
This method is used to squish the Iridium Code into an array which can be easily stored on disk.
Nested Array of Iridium S-Expressions.
Remarks
Represents a static import expression (
StaticImportSEXP
) in Iridium IR.This is used when a file imports bindings from another file.
Trigger
Structure
ARG(storageLocation)
: Location where the import will be stored, initially a stub ResolveEnvBindingSEXP.FLAG(FIELD)
: Field to import from the remote module.FLAG(MODULEREQIDX)
: The index (REQIDX) of the corresponding ModuleRequestSEXP.