Expand description
Main module of compiler and runtime for mimium, an infrastructural programming language for sound and music.
Re-exports§
pub use log;
Modules§
Macros§
- app
- assign
- dummy_
span - format_
vec - function
- ifexpr
- integer
- lambda
- lambda_
args - let_
- letrec
- number
- numeric
- refer
- string
- string_
t - then
- tuple
- unit
- var
Structs§
- Config
- Configuration for the compiler and runtime.
- Exec
Context - A set of compiler and external functions (plugins).
From this information, user can generate VM with
Self::prepare_machine
.