... First there's the issue that for -fPIC usually a number of restrictions are put on the generated code to make it relocatable. For some architectures this...
I've noticed some strange behavior, and need confirmation. It appears that ANTRL only creates C++ output files if the output file is different than the...
... This is Ric's intended behavior (or was it Pete Wells'?), which I oppose, but since it's C++ cruft I let him win ;) In my opinion, if you run antlr, files...
Hooray this is fixed now! No response from them except the fix, which I can accept :) Ter ... -- CS Professor & Grad Director, University of San Francisco ...
... I've observed that behaviour - I thought I remembered there being a command-line switch or option to alter the behaviour, but I can't find it now :-( What...
Alexey et. al., I forwarded this discussion on to a colleague who is more familiar with using ML for compiler writing. He pointed out some stuff I wasn't ...
Ok, so have these people actually tried to use their site? I cannot get text to appear half the time. Some kind of weird cookie crap going on too so same url...
Hello, I have a BNF as a *.g file. I want to parse the g file and then generate some text/html/code/etc. I looked in the manual and I saw that I can export the...
Hi, ... It's what I expect/made to prevent unnecessary rebuilds. E.g. if you only change actions in a .g file only the .cpp file is touched. All set up for...
... Only one suggestion. If you spider the mailing list please, please, please and 1000 time please ;) Put some antispam logic. A lot of thanks for your...
On Thu, 16 Dec 2004 18:32:09 +0000, Stuart Dootson ... There's no switch for it. ... You can also use a timestamp file that you touch after running antlr. Then...
... There's a grammar for the .g format on antlr.org. Depending on your requirements that should be a good start. The -html/-docbook options are additional...
... You mean to not show email addresses? Mailman shows <a href="mailto:antlr-interest@...">parrt at cs.usfca.edu</a> so that the link goes to the list...
The search may "work", but it's frustrating to look at a few score mails at a time, then request yahoo to search earlier emails as well. There doesn't seem to...
Hi, If you look through the archives you'll find a posting by me which contains an attached XSL stylesheet which transforms ANTLR's SGML docbook output to...
... It probably would work - I have to set up a custom build rule in the VC project for any .g files included in the project. That build rule can contain any...
... I will have all the archives up in mailmain shortly so we should in better shape... Ter -- CS Professor & Grad Director, University of San Francisco ...
Howdy, I have finally figured out the grammar for a simple language I was given to translate into java. I have the lexer and parser, I am setting the function...
Howdy, Looks like new antlr.org box is up. Faster box and much faster bandwidth. Also, here are some "Evolution of StringTemplate" slides from my Berkeley...
Howdy folk, Get it while it's hot! Should be fully backward compatible for 99% of people. Only issue might be some newlines get stripped after some more tags...
... 1) Hi, please can someone tell me - how gmane and yahoo-groups are working together ? I quite don't understand that, because gmane clearly is not able to...
... I think they have a forwarding account subscribed or something similar. It should be listed on their site I guess. ... Yes. Unless you add some specific...
... It's ALMOST ready; just about got the admin pages tunneled properly thru the www.antlr.org site. By the end of the day I hope. Then I spider it and...
Folks, I've mass subscribed you to the new list. To post to this list, send your email to: antlr-interest@... General information about the mailing list...
On Friday 10 December 2004 07:38, lgcraymer wrote: [snip] ... I've was thinking the same until I remembered my mud'ing days. Whenever there wasn't a programmed...
Hello, My grammer accepts keywords as a identifier. So I use the following identifier rule in parser. id returns [_return_type *idObj] { // initialized code } ...
Hi Peggy, the basic answer is "no" as far as I know. But that's not really a problem as you can easily accept UTF-8 input by writing a Lexer that accepts UTF-8...
Hi IMHO, if 'manipulation' means mutating some nodes (text, type, etc), either one is fine. Our code base is now over 40k+ lines and we had to write just...