[il-antlr-interest: 27343] [antlr-interest] Problems with first example

2009-12-21 Thread Bill Ramsay
Hello, I'm new to Antlr and am trying to work through the Definitive Guide. I can't seem to get the first example to work. I create the .g file and lexer and parser classes fine. I compile my example test program fine. And it runs fine. Except for one minor problem - it doesn't work.

[il-antlr-interest: 27344] Re: [antlr-interest] Problems with first example

2009-12-21 Thread John B. Brodie
Greetings! On Mon, 2009-12-21 at 09:08 -0500, Bill Ramsay wrote: Hello, I'm new to Antlr and am trying to work through the Definitive Guide. I can't seem to get the first example to work. I create the .g file and lexer and parser classes fine. I compile my example test program fine.

[il-antlr-interest: 27345] Re: [antlr-interest] Are embedded actions are allowed in StringTemplate? (+)

2009-12-21 Thread Terence Parr
They are retargetable for specifically that reason. Sounds like you should check out my papers on separability and my talks on retargetability. Note that ANTLR has one code generator and multiple template groups to handle the multiple targets. proof one might say. Ter On Dec 20, 2009, at

[il-antlr-interest: 27346] Re: [antlr-interest] Problems with first example

2009-12-21 Thread Terence Parr
and don't forget hitting ctrl-z for EOF if you're a PC person or ctrl- d if you're a unix guy, as gawd intended ;) Ter On Dec 21, 2009, at 6:30 AM, John B. Brodie wrote: Greetings! On Mon, 2009-12-21 at 09:08 -0500, Bill Ramsay wrote: Hello, I'm new to Antlr and am trying to work through

[il-antlr-interest: 27349] Re: [antlr-interest] illegal option output and ! operator

2009-12-21 Thread testn
It used to work in ANTLR 2, though Gavin Lambert wrote: At 03:45 19/12/2009, Rick Schumeyer wrote: The following rule generates an illegal option output error when I attempt to generate code in antrlworks 1.3.1. EQUOTE:'\\'! ''; I see that others have had the same problem,