//! C11 pipeline modules - lex / preprocess / parse / pipeline.
pub
/// DFA lexer pipeline (lexer, tokens, keywords).
/// Lowering from structural parse to packed graph (PG) nodes.
/// Structural parser.
/// End-to-end example Programs for the C11 pipeline.
/// Preprocessor expansion.
/// Semantic analysis of C structures and declarations.
/// Source byte addressing helpers shared by expanded and packed GPU haystacks.