Skip to main content

meow_meow_script/
lowering.rs

1//! Typed lowering entry point for Meow Meow.
2//!
3//! This module is intentionally a placeholder for now.
4//! The planned direction is documented in:
5//! - `docs/analysis/mms-dimension-expression.md`
6//! - `docs/task/mms-dimension-lowering-checklist.md`
7
8/// Placeholder marker so the module has a concrete exported surface before the
9/// actual lowering pass lands.
10#[derive(Debug, Default, Clone, Copy)]
11pub struct LoweringPipeline;