kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
unicode_prop_byte_class.ebnf (44B)
1
%lex {
2
BAD = [\p{ASCII}];
3
}
4
5
start = BAD;