summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/pt/tests/data/gr/def/9_sym-pkleene
blob: 2d1964deae1b1f2f97d51e9905870c255a096e86 (plain)
1
2
3
PEG a_pe_grammar (N)
  N <- 'a'+ 'b';
END;