kit

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

lex_anchor_midpattern.ebnf (42B)


      1 %lex {
      2   BAD = [a-z] \A [a-z];
      3 }
      4 s = BAD;