[antlr-interest] Beginner's problem

vaphel at op.pl vaphel at op.pl
Sun Aug 14 11:54:33 PDT 2005


An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20050814/d9e2f9d2/attachment.html
-------------- next part --------------
Hello,

 

I'm writing a tree walker and I try my tree walker modify an expresion:
function(arg1, arg2, arg3) to function('arg1','arg2','arg3') but I don't
know, how I can do it.

 

I tried to add a node QUOT (='\'') after a current node equal "(" and ","
and before ")" and "," but I can't find a method which can insert a node
between current and next node.

 

Thank you for every advise.

 

Regards, Vaphel.


More information about the antlr-interest mailing list