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 jump to a TRUE/FALSE branch based on the test value.
Structure
ARG(test)
: Stores the value of the object to be tested.FLAG(TRUE)
: IDX of the BB to flow the control to if the test is true.FLAG(FALSE)
: IDX of the BB to flow the control to if the test is false.