shithub: mc

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