shithub: mc

ref: 1259d97bb9e8389611742f55d6c8308734202ae1
dir: /libregex/bld.sub/

View raw version
lib regex =
	compile.myr
	interp.myr
	ranges.myr
	types.myr

        lib ../libstd:std
;;

gen ranges.myr {durable} =
	mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr
;;