[il-antlr-interest: 24452] Re: [antlr-interest] Suppress output of org.antlr.runtime.tree.TreeRewriter

2009-06-30 Thread Stefan Bischof
Hey, On Tue, 2009-06-30 at 08:19 -0700, Jim Idle wrote: > Stefan Bischof wrote: > > Hi guys, > > > > I'm currently using a rewriting tree grammar (rewrite=true, filter=true) > > which means my parser is extending org.antlr.runtime.tree.TreeRewriter. > > &

[il-antlr-interest: 24437] [antlr-interest] Suppress output of org.antlr.runtime.tree.TreeRewriter

2009-06-30 Thread Stefan Bischof
t possible now because the TreeRewriter shows every rewriting on stdout (like a -> b). So, is there a possibility to suppress this output (yes, it's using System.out.println)? regards Stefan Bischof List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www

[il-antlr-interest: 24272] [antlr-interest] Duplicate nodes in different forms

2009-06-17 Thread Stefan Bischof
x27;t set single child to a list or the successfully created Java code doesn't compile because a while loop with an empty condition is generated: while ( ) and while ( ! ( ) ) So, any ideas how this could be or should be handled? best regards, Stefan Bischof ---