//! Lexer for phonetic regular expressions.
//!//! Tokenizes input strings into a stream of tokens for the parser.
modbyte;modchar;#[cfg(test)]modtests;pubusebyte::{LexerByte, TokenByte};pubusechar::{Lexer, Token};// Re-export ParsedFlags for users of this module
pubusecrate::phonetic::common::flags::ParsedFlags;