kit

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

lex_repeat_overflow.ebnf (30B)


      1 %lex { T = "a"{999}; }
      2 s = T;