//! Text-processing compositions for the GPU C parser pipeline.
//!
//! Phase L1 starts with byte classification. Later phases add UTF-8
//! validation, line indexing, and other host-fed parser helpers that
//! keep source-language parsing on CPU while pushing bulk analysis
//! onto GPU storage buffers.
pub use ;