shithub: mc

ref: 8c0fab2ccc7f5d5c4a611a4de4078c7af21963da
dir: /libregex/bldfile/

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
;;