I can't work out what either of you guys mean - perhaps I missed some posts, I have been pretty busy. If you are getting reference errors to parameters then it just means that you are trying to use local parameters in semantic predicates and need to store the parameter in a scope and refer to the scope instead.
The followset is a stack at runtime and you can combine the sets or use the stack top etc. I am not sure what else you mean by context sensitive follow sets. Jim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kunal Sawlani Sent: Friday, October 01, 2010 7:04 AM To: Andrey Desyatov Cc: [email protected] Subject: Re: [antlr-interest] Context-Sensitive Follow Sets.. Bug? Hello, I have been looking into this as well and was wondering if ANTLR v3 supports it. Whenever the parser backtracks (loopbacks), the context-sensitive information is not carried forward in the loopback, causing the parser to complaint about reference errors for the parameters in one of my applications. Best regards, On Fri, Oct 1, 2010 at 8:40 AM, Andrey Desyatov <[email protected]>wrote: > Is there any progress in context-sensitive follow sets for v3. > It's critical for our application now. > > Best regards, > Andrey > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: > http://www.antlr.org/mailman/options/antlr-interest/your-email-address > -- Kunal Sawlani List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
