[antlr-interest] Memory explosion

Dominique.Duflos at alcatel-lucent.fr Dominique.Duflos at alcatel-lucent.fr
Tue Sep 25 07:47:11 PDT 2007


Hi all,
The parser eats all available memory when parsing the three-character 
string "N A" using this three-line grammar:

grammar mml;
mml     : 'R' ;
SPACE   : (' ')* ;

What is wrong ?


More information about the antlr-interest mailing list