[il-antlr-interest: 34161] Re: [antlr-interest] a logo design? branding.

2011-09-26 Thread Trevor John Thompson
://www.logoholik.com/logo_portfolio/logo_portfolio.html any and all thoughts about branding are welcome. Ter List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- Trevor John Thompson(425) 246

[il-antlr-interest: 33007] [antlr-interest] empty rule catches unthrown RecognitionException

2011-07-01 Thread Trevor John Thompson
. Is there some other way i should be going about this? -- Trevor John Thompson(425) 246-4023 net: ti...@me.com Quidquid Latine scriptum sit, altum videtur. List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address

[il-antlr-interest: 33009] Re: [antlr-interest] empty rule catches unthrown RecognitionException

2011-07-01 Thread Trevor John Thompson
of corresponding try statement catch (RecognitionException re) { ^ 1 error On 2011 Jul 1, at 15:12, Terence Parr wrote: i fixed this in latest beta for 3.4...can you try that? Ter On Jul 1, 2011, at 3:10 PM, Trevor John Thompson wrote: I have a grammar in which i wish to create

[il-antlr-interest: 32745] Re: [antlr-interest] AST rewrite

2011-06-11 Thread Trevor John Thompson
/options/antlr-interest/your-email-address -- Trevor John Thompson(425) 246-4023 net: ti...@me.com Quidquid Latine dictum sit, altum videtur. List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You

[il-antlr-interest: 32595] Re: [antlr-interest] Another beginner question

2011-05-28 Thread Trevor John Thompson
/David.Smith Georgia Institute of Technology, College of Computing Sent from my ASR-33 Teletype List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- Trevor John Thompson(425) 246-4023 net: ti...@me.com

[il-antlr-interest: 32579] Re: [antlr-interest] Selectively suppressing tree output

2011-05-27 Thread Trevor John Thompson
: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- Trevor John Thompson(425) 246-4023 net: ti...@me.com Quidquid Latine dictum sit, altum videtur. List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr

[il-antlr-interest: 30410] Re: [antlr-interest] rewrite rule like AST construction operator '^'

2010-10-24 Thread Trevor John Thompson
On 2010 Oct 24, at 07:07, John B. Brodie wrote: Greetings! On Sun, 2010-10-24 at 02:35 -0700, Trevor John Thompson wrote: I have a language in which one expression may immediately follow another. I am trying to construct an AST with an imaginary node representing the concatenation