Re-exports
pub use finalize::*;
Modules
Structs
- An import statement defines an imported program, and is of the form
import {name}.{network};
. If nonetwork
-level domain is specified, the default network is used.
Enums
- The
Operand
enum represents the options for an operand in an instruction. This enum is designed to for instructions such asadd {Register} {Literal} into {Register}
.