Conlang/compiler/cl-ast/src/desugar.rs

6 lines
79 B
Rust

//! Desugaring passes for Conlang
pub mod while_else;
pub mod squash_groups;