kit

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

lex_nullable.ebnf (32B)


      1 %lex {
      2   BAD = "a"?;
      3 }
      4 s = BAD;