shithub: mc

ref: 232a0351a3ab39812140fe74499b1330e5e0f514
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
;;