kit

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

utf8.ebnf (127B)


      1 // `%lex :utf8` mode must be rejected when built with GRAMGEN_NO_UNICODE.
      2 %lex :utf8 {
      3   LAMBDA = "\u03BB";
      4 }
      5 
      6 start = LAMBDA;