ROOC
    Preparing search index...

    Class RoocParser

    The RoocParser is the main entry point to the Rooc library, it allows to parse, transform and compile rooc code

    Index

    Constructors

    Properties

    instance: _RoocParser
    source: string

    Methods

    • Compiles the source code into a Model

      Parameters

      • data: ConstantEntry[] = []

        additional constants given to the runtime

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

        additional functions that can be used in the transformation process

      Returns Result<Model, string>