unicode_prop_value_unknown.ebnf (71B)
1 %lex :utf8 { 2 BAD = \p{General_Category=NoSuchValue}; 3 } 4 5 start = BAD;