shithub: mc

ref: 4bbf79843d318582ae08b2e2d656a0dd1217fe42
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
;;