//! Static Unicode policy tables used by the tokenizer.
//!
//! The tables in this module are intentionally small and allocation-free. They
//! describe project policy (lexical joiners and optional language folds), while
//! Unicode's complete properties are delegated to ICU4X.
/// Punctuation allowed between two lexical characters.
pub const WORD_JOINERS: & = &;
/// Search-policy folds applied after Unicode lowercase. The table is kept
/// separate from the scanner so language-specific behavior is visible and
/// extensible instead of being hidden in a character branch.
pub const RUSSIAN_SEARCH_FOLDS: & = &;
/// Returns whether punctuation may join two lexical characters.
pub
/// Returns the mapped character for a small policy table, if present.
pub