summaryrefslogtreecommitdiff
path: root/src/check.hh
AgeCommit message (Collapse)Author
2025-09-15Add .clang-formatJoel Klinghed
Make it easier to keep a consistent style
2025-09-10Add unicode general category lookupJoel Klinghed
Generate the lookup tables from UnicodeData.txt, do to that, add gen_ugc, which uses csv, buffers, line, io and other modules to do the job.