//! Graph / AST buffer compositions (`docs/ops-catalog.md` ยง1).
//!
//! Host-side packed layout lives in [`vyre_foundation::vast`]. The programs
//! here are minimal GPU-facing slices of that contract.
pub use ast_walk_postorder;
pub use ast_walk_postorder_nodes;
pub use ast_walk_preorder;