[il-antlr-interest: 23316] Re: [antlr-interest] recursive rule invocations

2009-04-21 Thread Aaron Leiby
y examples that handle this sort of construct without resorting to backtracking? Eagerly looking forward to the patterns book Terence is working on. Do you have a pre-release up for review? On Thu, Apr 9, 2009 at 2:15 AM, Bowen Alpern wrote: > Aaron Leiby wrote: > > > *Eve

[il-antlr-interest: 23288] [antlr-interest] Fwd: gUnitEditor

2009-04-20 Thread Aaron Leiby
Sorry, I didn't notice Jim had replied directly. Yes, Gavin - that was the issue. Thanks. -- Forwarded message -- Subject: Re: [antlr-interest] gUnitEditor Bingo! I had forgotten about that particular pitfall. It's been a while since I've played with ANTLR. Thanks. On Sun, Ap

[il-antlr-interest: 23277] Re: [antlr-interest] gUnitEditor

2009-04-19 Thread Aaron Leiby
rg.antlr.gunit.Interp < MyGrammar.gunit > > Shaoting > > On Sat, Apr 18, 2009 at 2:41 PM, Aaron Leiby > wrote: > > This is pretty sweet! > > > > Has anyone gotten this to 'Run' the actual tests in Leopard though? > > > > I keep getting 'My

[il-antlr-interest: 23268] Re: [antlr-interest] gUnitEditor

2009-04-18 Thread Aaron Leiby
This is pretty sweet! Has anyone gotten this to 'Run' the actual tests in Leopard though? I keep getting 'MyGrammarLexer not found'. On the website it says: > The class files of the parser and lexer should be in the same directory of the .g and .gunit file. My .g and .gunit files are in the sa

[il-antlr-interest: 23055] Re: [antlr-interest] ANTLRWorks Decision DFA

2009-04-09 Thread Aaron Leiby
on to get 'Show Dependency DFA' option. Alternatively, right click on a highlighted character (outlined with a box) and select 'Show Decision DFA' from the context menu (toward the bottom). On Wed, Apr 8, 2009 at 11:56 PM, Aaron Leiby wrote: > Did this feature go away? &g

[il-antlr-interest: 23054] [antlr-interest] ANTLRWorks Decision DFA

2009-04-08 Thread Aaron Leiby
Did this feature go away? http://www.antlr.org/works/screenshots/decisiondfa.jpg I don't see a way to bring this view up. The version I have is 1.2.3 on Mac OS X (Intel). The help for Preferences ( http://www.antlr.org/works/help/contents/dialog/prefs.html) says to download 'dot' from: http://ww

[il-antlr-interest: 23043] [antlr-interest] recursive rule invocations

2009-04-07 Thread Aaron Leiby
Everyone's favorite error! I'm playing with a subset of the javascript language, but am having difficulties building a grammar in ANTLR for it. I've pared down one of my core problems to the following subset: expression : Name (invocation)* // this is the simplest definition that exhibits the p