zhc_ir 0.8.3

Graph-based intermediate representation framework with dialect support
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod annotate;
mod dialect;
mod generate;
mod instruction_set;
mod type_system;

pub use annotate::*;
pub use dialect::*;
pub use generate::*;
pub use instruction_set::*;
pub use type_system::*;