xrcf 0.1.0

A compiler framework to enable the rapid development of programming language compilers
Documentation
1
2
3
4
5
6
7
pub mod attribute;
pub mod op;

pub use op::ConstantOp;
pub use op::FuncOp;
pub use op::GlobalOp;
pub use op::ReturnOp;