citadel-middleend 0.0.11

The middleend/optimizer for the citadel compiler backend
Documentation
1
2
3
4
5
6
7
8
9
//! # Citadel - middleend
//! 
//! The middleend crate of the citadel project
//! 
//! For information on what exactly citadel is you should visit our [github-repository](https://github.com/Isible/citadel/blob/main/README.md)
//! 
//! This crate provides an api for writing new optimizers and IR layers

pub mod experimental;