ref: bf8b4ecc51a8adc0eee50424f5e1a13f3a20452e
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
lib ../libbio:bio
lib regex
;;
gen ranges.myr {durable} =
mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr
;;
sub = test ;;