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 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 Interpreter

    Script interpreter

  3. object Main

    Sandbox for testing implementation.

  4. object Runtime

Ungrouped