[il-antlr-interest: 26534] Re: [antlr-interest] dumbie question: Are there any examples ofbuilding antlr programs using different IDEs?

2009-10-27 Thread Graham Wideman
Raymond, The matter of using Antlr to generate java files for parser or lexer can be separated from the matter of using your IDE. You can run antlr from the command line, using whatever kind of grammar file (lexer, combined, parser, tree) and tell it to send the output (java) files to the dir

[il-antlr-interest: 26535] Re: [antlr-interest] Can somebody give me the very simplest example of grammar to AST to StringTemplate output

2009-10-27 Thread Naveen Chawla
Dear Jim, I like your sense of humour! You'll probably be annoyed that I already took the time read the book before I checked my email for your message because I didn't think anyone would reply. I wasn't asking anybody to read the manual, just if someone knew it off-hand. It would have saved me ti

[il-antlr-interest: 26536] Re: [antlr-interest] [C Target] Bug in AST walking , implementing control flow

2009-10-27 Thread Jim Idle
It probably is a bug I am afraid. 3.2.1 will be a 'catch up' release to ensure that everything works in C. You can make calls to LT() directly and so on though. For index and related properties you should use the method calls rather than the fields directly, but if you know you will never ov

[il-antlr-interest: 26537] Re: [antlr-interest] dumbie question: Are there any examples ofbuilding antlr programs using different IDEs?

2009-10-27 Thread Jim Idle
The easiest way with Netbeans is to use a Maven build, which Netbeans has very good built in support for. That way you just configure where the .g files are and leave the rest to Maven, which will work both from the command line and from the IDE (not just Netbeans IDE either). It takes a bit o

[il-antlr-interest: 26538] HONEY MOON SEX VEDIOS

2009-10-27 Thread HONEY MOON SEX VEDIOS
HONEY MOON SEX VEDIOS http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/includes/forex/ COLLEGE FIGURE RAPE VEDIOS http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/inc

[il-antlr-interest: 26539] Re: [antlr-interest] Can somebody give me the very simplest example of grammar to AST to StringTemplate output

2009-10-27 Thread Jim Idle
No problem - I find it difficult to get too worked up about it. Now, that example would be great if people would take the time to search past posts before they posed a question here ;-) Jim From: antlr-interest-boun...@antlr.org [mailto:antlr-interest-boun...@antlr.org] On Behalf Of Nave

[il-antlr-interest: 26540] Re: [antlr-interest] [C Targe t] Bug in AST walking , implementing control flow

2009-10-27 Thread Mohamed Yousef
This was firstly sent to jim only by accident ,, sorry > It probably is a bug I am afraid. 3.2.1 will be a ‘catch up’ release to > ensure that everything works in C. You can make calls to LT() directly and > so on though. > so i could for now - till 3.2.1 - use something like ifstat : ^('i

[il-antlr-interest: 26541] Re: [antlr-interest] [C Target] Bug in AST walking , implementing control flow

2009-10-27 Thread Jim Idle
From: Mohamed Yousef [mailto:harrr...@gmail.com] Sent: Tuesday, October 27, 2009 7:19 AM To: Jim Idle Subject: Re: [antlr-interest] [C Target] Bug in AST walking , implementing control flow 2009/10/27 Jim Idle It probably is a bug I am afraid. 3.2.1 will be a 'catch up' release to

[il-antlr-interest: 26542] [antlr-interest] Exception with gunit and custom tree adaptors

2009-10-27 Thread Kaleb Pederson
I'm getting a strange exception when working attempting to use custom AST nodes with gunit. Per the instructions, I added the following to my gunit file: options { TreeAdaptor = ElementTypeTreeAdaptor; } However, I now get an odd exception: java.lang.ClassNotFoundException: llvm.CC at