dol 0.8.1

DOL (Design Ontology Language) - A declarative specification language for ontology-first development
1
2
3
4
5
6
//! Re-export of lowering/desugaring functions
//!
//! Desugaring happens during AST→HIR lowering.
//! See `crate::lower::desugar` for the implementation.

pub use crate::lower::{lower_file, lower_module};