[antlr-interest] Hi, is there anybody tell me how to get parse tree?

=?GB2312?B?0MLC8g==?= inshua at gmail.com
Sat Feb 4 18:54:20 PST 2006


as (1+2) + 3
parse tree will include the "(" token, which will be ignore in AST.
so the expression (1+2) has 5 leaf : ( , 1, + , 2,  ).

for I wanna make an IDE, so locating source code is necessary, is there
anybody tell me about it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20060205/633cd912/attachment.html


More information about the antlr-interest mailing list