summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2025-09-10Improve test coverage of io and unicodeJoel Klinghed
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.
2025-09-08Disable RTTI and exceptionsJoel Klinghed
Are not going to use them
2025-09-04Add UTF-8, UTF-16 and Modified UTF-8 supportJoel Klinghed
2025-09-03Initial commitJoel Klinghed
Only a basic argument parser to start with.