//! Procedural expr!() macro implementation (internal module)
//!
//! This module provides the implementation for the procedural expr!() macro.
//! All exports are internal to the crate only.
use TokenStream;
use ExprParser;
use PowerOperatorParser;
/// Implementation function for the expr!() procedural macro (crate-internal)
///
/// Includes ** power operator support via token-level preprocessing.
pub