ref: 3b9796f80b335ea4c2f152988715e6069effdc88
dir: /libregex/bld.sub/
lib regex =
compile.myr
interp.myr
ranges.myr
types.myr
lib ../libstd:std
;;
bin redump {noinst} =
redump.myr
lib ../libstd:std
;;
gen ranges.myr {durable} =
mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr
;;