cl-ast/desugar: Turn all paths into absolute paths
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
//! Desugaring passes for Conlang
|
||||
|
||||
pub mod path_absoluter;
|
||||
pub mod squash_groups;
|
||||
pub mod while_else;
|
||||
|
||||
pub mod squash_groups;
|
||||
pub use path_absoluter::NormalizePaths;
|
||||
pub use squash_groups::SquashGroups;
|
||||
pub use while_else::WhileElseDesugar;
|
||||
|
||||
Reference in New Issue
Block a user