Module lovm2_core::gen::prelude[][src]

Re-exports

pub use super::hir::*;
pub use super::CompileOptions;
pub use super::HasBlock;
pub use super::Hir;
pub use crate::lv2_access;
pub use crate::lv2_call;
pub use crate::lv2_dict;
pub use crate::lv2_list;
pub use crate::lv2_var;

Structs

ModuleBuilder

Representation of modules before lowering.

ModuleMeta

Meta information required on native and shared object modules.

Variable

A thin wrapper around an identifier name.

Enums

Value

Runtime representation of values

Constants

DEFAULT_MODULE_NAME

If a module was not assigned a name, take this instead.