/// The high-level compilation pipeline and entrypoints.
/// Debug and pretty-print helpers for CLI workflows.
/// This module contains the reporter for LMNtal code depending on `ariadne` crate.
/// This module contains the backend for LMNtal code.
pub use tree_root;
pub use diagnostics;
pub use ir;
pub use optimization;
pub use syntax;
pub use text;