Do you have a small(ish) reproducible example?
Jim From: [email protected] [mailto:[email protected]] On Behalf Of Claude Moulin Sent: Tuesday, November 10, 2009 1:47 AM To: [email protected] Subject: [antlr-interest] Global Dynamic Scope Hello, I get a strange error using global scope. I use antlr 3.2. In a tree grammar I define a global scope << pilep >> with several attributes including one called binit. I get several times strange error messages like: unknown dynamically-scoped attribute for scope pilep: binit It seems that sometimes antlr doesn't succeed to translate $pilep::binit into ((pilep_scope)pilep_stack.peek()).binit As it does with other scope attributes. I don't understand the reason. Any idea ? Thanks, Claude --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
