diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-01-03 19:42:58 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-01-03 19:42:58 -0800 |
commit | 769c1e76b0af199cf5a8d3336de9f3f642f1b688 (patch) | |
tree | e96b766470866f8702060aa70df71ba040d61cfa | |
parent | c8eee8370472c7cd2ce59e93f7ebb4aa0e2e975e (diff) | |
download | libregex-769c1e76b0af199cf5a8d3336de9f3f642f1b688.tar.gz |
Add 'gen' command for generating unicode ranges.
-rw-r--r-- | bldfile | 2 | ||||
-rw-r--r-- | ranges.myr | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,3 +4,5 @@ lib regex = ranges.myr types.myr ;; + +gen ranges.myr = mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr;; @@ -1,7 +1,7 @@ /* This set of unicode tables was automatically generated by the following command: - ./mkchartab -a -p_ranges UnicodeData.txt + mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr editing it manually is probably a waste of time. */ |