[antlr-interest] Parse tree in the debugger

Markus Stoeger spamhole at gmx.at
Sun Sep 7 11:24:46 PDT 2008


The "problem" happens with every grammar.

I have attached a screenshot of the debugger's parse tree and the 
corresponding grammar. On the left side the screenshot shows the output 
of antlrworks-1.2 and on the right side it shows the output of 
antlrworks-1.1.7.

Grammar (feed it the input "x+y"):

grammar DebuggerTreeTest;

symbol: x '+' y;
x: 'x';
y: 'y';

Max

-------------- next part --------------
A non-text attachment was scrubbed...
Name: scrshot.png
Type: image/png
Size: 7345 bytes
Desc: not available
Url : http://www.antlr.org/pipermail/antlr-interest/attachments/20080907/55d1ec35/attachment.png 


More information about the antlr-interest mailing list