[antlr-interest] AntlrWorks 1.2

Johannes Luber jaluber at gmx.de
Wed Sep 24 03:35:04 PDT 2008


Marc Bischof schrieb:
> Hej List,
> 
> I've a problem when using s.th. like this in a tree walker:
> 
> stmt
> 	:	^(stmt c+=A? c+=B? c+=C?)
> 	-> 	list(content_st={$c})	//template call
> 	;
> 
> In the new version of AntlrWorks I get some type errors with Java-target.
> 
> Now, I have 2 questions:
> 1) can I handle this without changing the template? I want to keep that 
> handling if it is possible.
> 2) can someone send me the antlrworks-1.2b.jar (I can't find it on the website 
> or Google)

ANTLRworks is available on <http://www.antlr.org/download.html>.

Johannes
> 
> Cheers,
>     Marc
> 
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
> 



More information about the antlr-interest mailing list