Oops, forgot to deactive automatic signature of my email... +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hi, this afternoon I posted...
1400
mzukowski@...
Feb 16, 2000 4:51 pm
I can't comment coherently on FOLLOW for lexers, but this is exactly the kind of problem you have with INT and FLOAT in lexers. You need to factor all rules...
1399
Michael Schmitt
schmitt@...
Feb 16, 2000 4:51 pm
[This message is not in displayable format]...
1398
Michael Schmitt
schmitt@...
Feb 16, 2000 12:01 pm
Hello, what do you think about the following piece of lexer grammar? class XYLexer extends Lexer; options { k = 2; } S : A | B | C; protected A : "(" "." | "."...
1397
William Gacquer
wgacquer@...
Feb 16, 2000 8:31 am
Hello Monty, seems to me that I am very interested in that stuff. May you please send it to me so that I can try it soon? Regards William ... From:...
1396
Braden N. McDaniel
braden@...
Feb 16, 2000 6:13 am
... I wasn't able to get it working, but this may be because I was going by the identifiers used in your earlier posting. I note that those are subtly ...
1395
John Lambert
jlambert@...
Feb 16, 2000 1:52 am
I have been having problems processing characters in the range x80 thru xff. The CharScanner::LA(int i) routine returns an int which causes the subsequent...
1394
mzukowski@...
Feb 15, 2000 11:23 pm
Very soon I will be releasing to the public a source to tree to source system for ANSI C and GCC's extensions to C (but not any C++ stuff). Anybody want to get...
1393
John Lambert
jlambert@...
Feb 15, 2000 10:13 pm
Hi, I'm using the new header syntax and it all seems to work for me. I do note that exceptions defined in the grammer are not prefixed with the antlr namespace...
1392
Pete Wells
pete@...
Feb 15, 2000 10:00 pm
Hi ... I'm hoping someone else can post some advice here. As far as the C++ code generator goes, could you post some code showing where it doesn't work. It's...
1391
Pete Wells
pete@...
Feb 15, 2000 9:24 pm
Hi ... You're correct, but I think I'll #include <iostream> for better portability. ... They're declared private and deliberately not defined to prevent...
1390
Tom Moog
tmoog@...
Feb 15, 2000 4:46 pm
The problem was with version 1.32 of pccts....
1389
Tom Moog
tmoog@...
Feb 15, 2000 3:30 pm
I assume this is a problem with your grammar file, not the generated parser. I will look into the underlying problem. I thought the action size was set to...
1388
Fabien Lesire
FLESIRE@...
Feb 15, 2000 3:11 pm
Hello Tom, Thank for your quick answer but actually we have the following problem : 1. - Our .g file is too big 2.- Error is "Action buffer overflow; size...
1387
Tom Moog
tmoog@...
Feb 15, 2000 2:58 pm
Are you referring to this ? #254. (MR21a) Reporting syntax error at end-of-file When there was a syntax error at the end-of-file the syntax error routine would...
1386
Per Bernhardsson
bard@...
Feb 15, 2000 2:37 pm
I have a problem with creating imaginary nodes in my heterogenous tree. The documentation doesn't give me any lead on how to do this and the examples are...
1385
Fabien Lesire
FLESIRE@...
Feb 15, 2000 2:14 pm
Hello, I would like to have information concerning the "syntax error at 'EOF' missing" error message. I am developing in C and ANTLR command is the following :...
1384
Andy Carpenter
Andy.Carpenter@...
Feb 15, 2000 1:41 pm
... I have this working by using single quotes to delimit the brace; i.e.: RIGHT_BRACE : '}'; Andy....
1383
Michael Schmitt
schmitt@...
Feb 15, 2000 1:31 pm
Hi, today I got the following error message: warning: lexical nondeterminism between rules Note and CompositeSpecial upon SDLGrammar.g:0: k==1:'/39; ...
1382
Michael Schmitt
schmitt@...
Feb 14, 2000 6:38 pm
[This message is not in displayable format]...
1381
mzukowski@...
Feb 11, 2000 5:11 pm
... Have you looked at the generated source code? That's the first place to try to understand what ANTLR is doing. What does it look like? Monty...
1380
harnold@...
Feb 10, 2000 9:07 pm
Am I so far off-base that my question is offensive? Answers or suggestions are gratefully received. I am altogether stuck. Thanks. harnold@... on...
1379
Mike.Baker@...
Feb 10, 2000 9:08 pm
I created a simple parser/lexer, and ran a test file thru it that had invalid input characters in it. I was trying to catch the exception that was being ...
1378
Mike.Baker@...
Feb 10, 2000 6:07 pm
For a production parser, what is the best setting for 'defaultErrorHandler'? If it is 'true', then should you override the functions called in the default...
1377
harnold@...
Feb 10, 2000 2:27 pm
I want the Month rule to match {01,02,03,04,05,06,07,08,09,1,2,3,4,5,6,7,8,9,10,11,12} The rule I gave was just a shadow of the full rule which goes something ...
1376
Andy Carpenter
Andy.Carpenter@...
Feb 10, 2000 9:03 am
... You need an or symbol (|) between the '0' and the '1' Andy. -- ------------------------------------------------------------------------- Dr Andy Carpenter ...
1375
harnold@...
Feb 9, 2000 8:20 pm
Number: ('0'..'939;)+; protected Month: ('0' '1'..'939;)|('2'..39;9'); Date: Month '/' '9'; The Month rule is the beginning of a pattern to match 1-12 incl 0(1-9). ...
1374
parrt@...
Feb 4, 2000 8:39 pm
Folks, http://www.antlr.org should be back; your DNS may be a bit behind though. Ter...
1373
parrt@...
Feb 3, 2000 7:11 pm
Seems internic is hosed...root record dead...could take a few days to rectify. In the meantime, please use: http://216.217.9.172/ Sorry for the hassle, ...
1372
rajesh radhakrishnan
rajesh_r@...
Feb 1, 2000 9:49 am
To: antlr-interest@onelist.com Cc: Date: Mon, 31 Jan 19100 20:37:31 -0800 (PST) Subject: Fwd: Fwd: print_tree Hi, As per Terence's request... :) Regards ...