iridium - v0.9a
    Preparing search index...

    An Iridium Basic Block Object. It is used to hold a contigious sequence Iridium code.

    • FLAG(TopLevel | ClosureBoundary | Lexical): Flag indicating the operating scope of the BB.

    • FLAG(IDX): An auto populated unique IDX given to each BB instance.

    • FLAG(ScopeIDX): Scope IDX represents the environment/scope IDX, this is used for logical separation of bindings.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    args: IridiumSEXP[] = []

    Args are the children nodes to the current node.

    flags: [string, IridiumPrimitives][] = []

    Flags store metadata/primitive data in an Iridium node. These nodes cannot store other Iridium S-Expressions.

    idx: number
    tag: string = "IridiumSEXP"

    Tag specifics the S-Expression Type.

    bbIdx: number = 0

    Methods

    • Parameters

      • flag: string

      Returns boolean

    • Parameters

      • flag: string

      Returns number

    • Parameters

      • flag: string

      Returns string

    • Returns number

    • Returns number

    • Parameters

      • flag: string

      Returns boolean

    • Returns boolean

    • Returns boolean

    • Returns boolean

    • Parameters

      • flag: string

      Returns void

    • This method is used to squish the Iridium Code into an array which can be easily stored on disk.

      Returns any[]

      Nested Array of Iridium S-Expressions.

    • Parameters

      • idx: number

      Returns void

    • Parameters

      • scopeIDX: number

      Returns void

    • Parameters

      • Optionalspace: number

      Returns string