cmtir 0.1.2

The intermediate representation for Cement (cmt2) languages and compiler tools.
Documentation
1
2
3
4
5
6
7
8

use kir::*;

pub mod lit;
pub use lit::*;

pub mod methodrel;
pub use methodrel::*;