Expand description
Main module of compiler and runtime for mimium, an infrastructural programming language for sound and music.
Re-exports§
pub use log;
Modules§
- ast
- ast_
interpreter - compiler
- interner
- Storage for interning symbols, expressions and types during compilation.
- mir
- plugin
- Plugin System for mimium
- repl
- runtime
- types
- utils
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 - Container for compiler context, virtual machine and plugins.