cl_ast/desugar.rs
1//! Desugaring passes for Conlang
2
3// pub mod constant_folder;
4// pub mod path_absoluter;
5// pub mod squash_groups;
6// pub mod while_else;
7
8// pub use constant_folder::ConstantFolder;
9// pub use path_absoluter::NormalizePaths;
10// pub use squash_groups::SquashGroups;
11// pub use while_else::WhileElseDesugar;