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

    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.

    • FLAG(NAME): The name of the declaration.

    • FLAG(JSLET | JSCONST | JSVAR): The kind of the declaration, one of these allowed types.

    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

    • Parameters

      • flag: string

      Returns boolean

    • Parameters

      • flag: string

      Returns number

    • Parameters

      • flag: string

      Returns string

    • Returns string

    • Parameters

      • flag: string

      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

      • name: string

      Returns void

    • Parameters

      • space: number = 0

      Returns string