Expand description
Lexical analysis for BibTeX
Functions§
- balanced_
braces - Parse balanced braces { … } with SIMD acceleration
- balanced_
parentheses - Parse balanced parentheses ( … ) with SIMD acceleration
- field_
name - Parse a field name (same as identifier but typically lowercase)
- identifier
- Parse an identifier (letters, numbers, underscores, hyphens, colons)
- number
- Parse a number (integer)
- quoted_
string - Parse a quoted string “…” with SIMD acceleration
- scan_
to_ bibtex_ delimiter - Fast scan to next BibTeX delimiter - re-export from delimiter module
- skip_
whitespace - Fast whitespace skipping (optimal for short runs per profiling)