air-codegen-masm 0.1.0

Miden Assembly code generator for the AirScript language
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod codegen;
mod config;
pub mod constants;
pub mod error;
mod utils;
pub mod visitor;
mod writer;

pub use codegen::CodeGenerator;
pub use config::CodegenConfig;