[antlr-interest] AntlrWorks 1.2

Marc Bischof atlan at gmx.li
Wed Sep 24 01:46:36 PDT 2008


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)

Cheers,
    Marc


More information about the antlr-interest mailing list