//! Precomputed LR(1) action/goto tables for GPU parser pipelines.
//!
//! **Build-time migration note:** These tables are currently hardcoded as
//! `&'static [u32]` slices derived from a manual SLR(1) construction of the
//! C expression grammar. When the grammar grows beyond expressions, move
//! table generation into a `build.rs` script that emits literal arrays, then
//! keep this module as the stable runtime API.
pub use Action;
pub use ;
pub use ;
pub use ;