Crate stak_macro

Crate stak_macro 

Source
Expand description

Macros to bundle and use Scheme programs.

Macrosยง

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