Packages

package sf

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Core extends Runtime
  2. class Interpreter extends AnyRef

    Run Script with given parameters

  3. trait Runtime extends AnyRef

Value Members

  1. object Compiler

    Compiler for FlowScript.

    Compiler for FlowScript. It consists of the following phases:

    1. Parser and Lexer implemented with the help of ANTLR 2. Semantic Analysis 2.1. Variable Checker 2.2. Type Checker 3. Code generation
  2. object Core

    Core functions and types which can be accessed from the script

  3. object Runtime

Ungrouped