summaryrefslogtreecommitdiff
path: root/src/unicode/Properties.zig
AgeCommit message (Collapse)Author
2025-10-03unicode: fix lookup table generationMitchell Hashimoto
2025-09-20unicode: isolate properties, tables, and ziglyph into separate filesMitchell Hashimoto
This makes it cleaner to add new sources of table generation and also avoids inadvertently depending on different modules (despite Zig's lazy analysis). This also fixes up terminal to only use our look up tables which avoids bringing ziglyph in for the terminal module.