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 ?