[antlr-interest] (no subject)

Work r_bezpoyasko at tet.com.ua
Wed Apr 27 08:59:32 PDT 2005


Please advise what changes to be added to expr.g file that compile 
 programm which can recognize function syntax.

 I mean 'functionName(list of params)'
Idea - lexer recornize that this is any function and return name of function and list of params in literals or number
for example in C#,
I type function of calculating sum                     SUM(TextBox1.Text, 2)

taking TextBox1.Text = 2 lexer return me           SUM(2,2)

Realisation of function is my duty.

Is it possible or not ?

Thanks,
Roman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20050427/211934cc/attachment.html


More information about the antlr-interest mailing list