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.
Optional
space: number
Remarks
Used to return control back to the caller.
ModuleEarlyReturn
is a special case where a JavaScript module may call an synchronous return if the module does not need to be evaluated. A JavaScript module, after evaluation always returns asynchronously except for the aforementioned case.Structure
FLAG(ModuleEarlyReturn)
: Signifies a synchronous return from a module, this happens if the module is just to be loaded and not evaluated.