kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

unicode_prop_value_unknown.ebnf (71B)


      1 %lex :utf8 {
      2   BAD = \p{General_Category=NoSuchValue};
      3 }
      4 
      5 start = BAD;