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 |