kit

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

nullable_follow.ebnf (35B)


      1 s = item "a";
      2 item = "a" | %empty;