Crate stak_macro

Source
Expand description

Macros to bundle and use Scheme programs.

Macrosยง

compile_bare
Compiles a module in Scheme into bytecodes with only built-ins.
compile_r7rs
Compiles a module in R7RS Scheme into bytecodes.
include_bare
Includes a module in Scheme as bytecodes with only built-ins.
include_module
Includes bytecodes of a R7RS Scheme module built by the stak_build crate.
include_r7rs
Includes a module in R7RS Scheme as bytecodes.