kit

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

lex_fragment_uppercase.ebnf (42B)


      1 %lex { %def Frag = "a"; T = "x"; }
      2 s = T;