//! VAST tree-walk self-consumer.
//!
//! Compiler and parser passes need deterministic AST orderings before they can
//! batch semantic checks, lowering, and region rewrites on the GPU. This module
//! consumes the primitive VAST first-child / next-sibling traversal programs
//! directly instead of hand-rolling preorder/postorder walks in a higher tier.
pub use ;
pub use VastTreeWalkProgramPlan as VastTreeWalkPlan;