ref: ce93c2af0b4aeb2c40a05f2b45c1397b7a2ced23
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 ;;