[antlr-interest] Global Dynamic Scope

Claude Moulin claude.moulin at hds.utc.fr
Tue Nov 10 01:47:21 PST 2009


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

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20091110/00e1207f/attachment.html 


More information about the antlr-interest mailing list