meow-meow-script 0.6.0

A host-neutral parser, runtime, and evaluator for Meow Meow Script
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Typed lowering entry point for Meow Meow.
//!
//! This module is intentionally a placeholder for now.
//! The planned direction is documented in:
//! - `docs/analysis/mms-dimension-expression.md`
//! - `docs/task/mms-dimension-lowering-checklist.md`

/// Placeholder marker so the module has a concrete exported surface before the
/// actual lowering pass lands.
#[derive(Debug, Default, Clone, Copy)]
pub struct LoweringPipeline;