summaryrefslogtreecommitdiff
path: root/src/unicode/lut.zig
AgeCommit message (Collapse)Author
2025-10-03unicode: fix lookup table generationMitchell Hashimoto
2025-09-05render: address review feedbackJeffrey C. Ollie
1. `inline` the table get. 2. Delete unused functions on the LUT table. 3. Disable the isSymbol test under valgrind
2025-09-05add two LUT-based implementations of isSymbolJeffrey C. Ollie
2024-02-08unicode: generate our own lookup tablesMitchell Hashimoto