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.
StaticdumpGiven a serialized array of Iridium code, pretty prints it for debugging
The array produced by serialize()
Indicating the traversal depth
An object to track the current index during recursion
Remarks
Top level declarations in Sloppy Mode are not stored on the stack frame, but instead become fields of the global object. This statement declares and initializes (w.r.t JSLET | JSCONST | JSVAR) the field.
Structure
FLAG(NAME : string): The name of the declaration.FLAG(JSLET : void | JSCONST : void | JSVAR : void): The kind of the declaration, one of these allowed types.