miden_objects

Module assembly

Source

Modules§

mast

Structs§

Assembler
The Assembler is the primary interface for compiling Miden Assembly to the Miden Abstract Syntax Tree (MAST).
DefaultSourceManager
KernelLibrary
Represents a library containing a Miden VM kernel.
Library
Represents a library where all modules were compiled into a MastForest.
LibraryPath
Path to a module or a procedure.
Version
Represents a Semantic Versioning version string, without pre-releases.

Enums§

AssemblyError
An error which can be generated while compiling a Miden assembly program into a MAST.
LibraryNamespace
Represents the root component of a library path, akin to a Rust crate name

Traits§

SourceManager