lovm2_core 0.4.8

a lightweight virtual machine with a focus on simplicity and extendability.
Documentation
1
2
3
4
5
6
pub use super::hir::*;
pub use super::{CompileOptions, HasBlock, Hir, ModuleBuilder, ModuleMeta, DEFAULT_MODULE_NAME};

pub use crate::value::Value;
pub use crate::var::Variable;
pub use crate::{lv2_access, lv2_call, lv2_dict, lv2_list, lv2_var};