CompilerJS

CompilerJS

JavaScript compiler that converts Jazz AST nodes into executable code.

Constructor

new CompilerJS()

Create a JavaScript compiler instance.
Source:

Methods

compile(astRoot:) → {Program}

Compile the AST root node into an executable program.
Source:
Parameters:
Name Type Description
astRoot: ast.AST parsed Jazz AST
Returns:
Type:
Program
executable program instance