ROOC
    Preparing search index...

    Class PreModel

    Index

    Constructors

    • Parameters

      • instance: _PreModel
      • source: string

      Returns PreModel

    Properties

    instance: _PreModel
    source: string

    Methods

    • Serialize the PreModel as a json object

      Returns SerializedPreModel

    • Executes type checking on the PreModel, reporting any type errors that are found

      Parameters

      • data: ConstantEntry[] = []

        additional constants added to the runtime

      • fns: RoocFunction<[string, SerializedPrimitiveKind][]>[] = []

        additional functions that can be used in the type checking process

      Returns Result<null, TransformError>

    • Create a type map for the source code provided, the key is the offset of the token in the source code and the type is the type of the token

      Parameters

      Returns Map<number, SerializedTypedToken>

    • Converts the PreModel into a latex string

      Returns string

    • Formats the source code

      Returns string