desugar: Add primitive constant folding
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
//! Desugaring passes for Conlang
|
||||
|
||||
pub mod constant_folder;
|
||||
pub mod path_absoluter;
|
||||
pub mod squash_groups;
|
||||
pub mod while_else;
|
||||
|
||||
pub use constant_folder::ConstantFolder;
|
||||
pub use path_absoluter::NormalizePaths;
|
||||
pub use squash_groups::SquashGroups;
|
||||
pub use while_else::WhileElseDesugar;
|
||||
|
||||
Reference in New Issue
Block a user