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

    A Lambda :)

    • FLAG(StartBBIDX): IDX of the first BB in the Lambda.

    • FLAG(NAME : string): Name for the closure, "" by default.

    • FLAG(CNAME : boolean): Is it a computed name context?

    • FLAG(SETNAME : boolean): boolean specifying whether the name needs to be explicitly set.

    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.

    tag: string = "IridiumSEXP"

    Tag specifics the S-Expression Type.

    Methods

    • 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

      • startBBIDX: number

      Returns void