kit

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

unicode_prop_unknown.ebnf (59B)


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