Compiler
4 posts tagged with "Compiler"
compile
The compile action compiles rhyme source code using compiler (init-compiler required first). It belongs to the compiler category within the system area.
Action Syntax
compile $variable
compile "text"
compile blk
Return Value
This function returns a
$result = compile
Valid sizes
Examples
// Basic Usage
$response = compile $source
init-compiler
The init-compiler action initializes compiler (must be loaded already). It belongs to the compiler category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = init-compiler
Valid sizes
Tags
version
specific version. default is latest
Examples
// Basic Usage
init-compiler
list-compilers
The list-compilers action lists cached compilers. It belongs to the compiler category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-compilers
Valid sizes
Examples
// Basic Usage
list-compilers
load-compiler
The load-compiler action loads WASM compiler binary. It belongs to the compiler category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = load-compiler
Valid sizes
Tags
version
specifies version. default is latest. can be beta, dev, local, or specific number