//! PEPL tree-walking evaluator: reference implementation.
//!
//! Executes PEPL programs directly from the typed AST without WASM compilation.
//! Used for semantic validation and as the golden reference for WASM output.
pub use Environment;
pub use ;
pub use Evaluator;
pub use ;
pub use ;