Packages

package sf

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. object BenchmarkApp

    Sandbox for testing implementation.

  2. 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
  3. object Interpreter

    Script interpreter

Ungrouped