lives-group / APEG

2 stars 0 forks source link

Klenne probem #10

Closed emcardoso closed 6 years ago

emcardoso commented 6 years ago

Hello Daise, Could you please test the following grammar and compile the java code produce by the generator:

apeg kleneeTest; s: '01' b<>; b: ('010' 'A' 'B')* d<>; d: '010' 'A' ':-(' ;

Please do test the generated parser code with the following input: "01010AB010AB010A:-(" and confirm that it reject the input, thus indicating we have a bug :-( ! The good news is that I know how to fix it !