On Thu, Aug 18, 2011 at 8:53 PM, Robert Jarzmik <[email protected]>wrote:

>
> Just for the record, I had to change
> >     -> ^(IDENTIFIER ^( DIMS constant+) {new CommonTree(type)})
> into
>      -> ^(IDENTIFIER ^( DIMS constant+) {type})
>
> That might be linked with antlrworks-1.4.3.jar maybe ...
>
>
Both should work from the command line. Using `{type}` only "recycles" the
type-token, possibly causing two or more nodes to point to the same instance
of `type` (by default a CommonTree).

Regards,

Bart.

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.

Reply via email to