[antlr-interest] Storing ambiguity in the tree

Anakreon anakreonmejdi at yahoo.gr
Thu Nov 25 13:23:16 PST 2004


I had a problem which might be similar to yours.
In VBScript this code: "a(2)" might be a call to function "a"
or might access an element from an array called "a".
The ambiguity is resolved in the TreeParser but the solution does
not need to store possible trees. 

Is it possible to know from the parser what is a procedure or function
declaration unambiguisly?
If so, perhaps I can help based on the solution of my own problem.

Anakreon.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
    antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 





More information about the antlr-interest mailing list