ref: 62a6dc43879c5eb846f0e918bd489e61d8401057
dir: /lib/regex/bld.sub/
lib regex =
compile.myr
interp.myr
ranges.myr
types.myr
lib ../sys:sys
lib ../std:std
;;
bin redump =
redump.myr
lib ../std:std
lib ../bio:bio
lib ../sys:sys
lib regex
;;
gen ranges.myr {durable} =
mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr
;;
sub = test ;;