aboutsummaryrefslogtreecommitdiff
path: root/compiler/ucd_table.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all UCD-related processes to ucd packageRyo Nihei2021-11-271-4566/+0
* Support Alphabetic property (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-11-261-0/+399
* Support Lowercase and Uppercase property (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-11-251-0/+47
* Support White_Space property (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-11-241-0/+31
* Fix key of generalCategoryCodePoints mapRyo Nihei2021-11-231-696/+696
* Add character property expression (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-04-301-0/+4089