kit

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

unicode_prop_byte_mode.ebnf (42B)


      1 %lex {
      2   BAD = \p{ASCII};
      3 }
      4 
      5 start = BAD;