Hello, unfortunately, I have not covered the special case that a fileName might be passed as "null" to the constructor of "RecognitionException" in the Java...
2653
Michael Schmitt
schmitt@...
Oct 1, 2000 3:27 pm
Hi, the option "paraphrase" can be used only in combination with a lexer rule. However, what shall I do if there is no dedicated rule for a particular token ...
2654
Michael Schmitt
schmitt@...
Oct 1, 2000 4:10 pm
Hi, once up a time, I downloaded a file called 'antlr-mode.el' for (X)Emacs which works very well. I do not remember where I downloaded it from. But in case...
2655
William Gacquer
wgacquer@...
Oct 1, 2000 4:38 pm
I agree with Michael. William ... From: Michael Schmitt [mailto:schmitt@...] Sent: dimanche 1 octobre 2000 18:11 To: ANTLR Subject:...
2656
Terence Parr
parrt@...
Oct 1, 2000 7:00 pm
... I have added an "extras" directory to the main distribution, which will go out with 2.7.1 today! Ter ... -- Chief Scientist & Co-founder,...
2657
Terence Parr
parrt@...
Oct 1, 2000 7:01 pm
... I meant paraphrase to be an indication of what you were trying to recognize when an error occurred. There is no way for me to tell, given an erroneous...
2658
Terence Parr
parrt@...
Oct 1, 2000 7:02 pm
... very bizarre, output should be same as input; casesensitive by default, but shouldn't mess with the case anyhoo... Ter -- Chief Scientist & Co-founder,...
2659
Terence Parr
parrt@...
Oct 1, 2000 7:04 pm
... Cool...i'll take a peek today. ... If you're interested in contributing to the depot directly, we can chat about getting you access :) Ter -- Chief...
2660
Michael Schmitt
schmitt@...
Oct 1, 2000 7:12 pm
... Argh... seems like Robert's and my patches interfere (at least the Java part, as the C++ run time library has not been touched by him). Please take care...
2661
Michael Schmitt
schmitt@...
Oct 1, 2000 7:50 pm
... Technically, the text of option "paraphrase" is put into list "tokenNames" of a generated parser. That means, "paraphrase" is bound to a token type, not to...
2662
Ross Bencina
rossb@...
Oct 1, 2000 8:18 pm
... of a ... to a ... paraphrase ... I'd like to second that request. I can't remember the exact context, but if you use the tokens section of a Lexer thus: ...
2663
Robert Colquhoun
rjc@...
Oct 2, 2000 2:54 am
... I just also noticed a Makefile has also been added to the distribution. It duplicates/replaces the functionality of the ...
2664
Terence Parr
parrt@...
Oct 2, 2000 3:11 am
... done. ... I can set you up with read only access if you want... ... Yeah, it'd be easy to scp my stuff to my little webserver no problemo...i39;ll...
2665
Terence Parr
parrt@...
Oct 2, 2000 3:41 am
... I'm missing your DefaultFileLineFormatter.java (only has the package statement). Can you resend? Ter -- Chief Scientist & Co-founder, http://www.jguru.com...
2666
Terence Parr
parrt@...
Oct 2, 2000 4:30 am
... Ok, jar is now 71k (I added in ANTLRException, which I think your patch didn't have) and it seems to work. Ok, pushing asap :) Ter -- Chief Scientist &...
2667
Terence Parr
parrt@...
Oct 2, 2000 5:21 am
Well, it had to happen sometime ;) ANTLR 2.7.1 is OUT after months of effort! Finally, I think I've integrated everything that is reasonable into 2.7.1. I...
2668
Robert Colquhoun
rjc@...
Oct 2, 2000 6:02 am
... Ack! and LexerSharedInputState too(i hope that got included as well). The Makefile is also out of sync with mkjar(i will try and fix the Makefile up so...
2669
Ric Klaren
klaren@...
Oct 2, 2000 8:20 am
Hi, ... You might add recursive descent parsers to this list. Don't know URL's for it tho. The Aho book is pretty ok. You only need to know a few chapters of ...
2670
Ric Klaren
klaren@...
Oct 2, 2000 8:49 am
... Usually my antlr-devel.tar.gz is pretty current. Usually available at the usual place ;) http://wwwhome.cs.utwente.nl/~klaren/antlr/antlr-devel.tar.gz Atm...
2671
Ric Klaren
klaren@...
Oct 2, 2000 9:53 am
schmitt@... on Sat, Sep 30, 2000 at 06:28:31PM +0200 Hi, On Sat, Sep 30, 2000 at 06:28:31PM +0200, Michael Schmitt wrote: I finally managed to...
2672
Michael Schmitt
schmitt@...
Oct 2, 2000 10:38 am
... Thank you. Enclosed please find updated patch files in which I have included Terence's last-minute changes. You should be able to simply overwrite your ...
2673
Michael Schmitt
schmitt@...
Oct 2, 2000 12:50 pm
Hi Terence, the version of antlr-mode.el in ANTLR 2.7.1 seems to be outdated. Please replace it in the source code repository by the one given at ...
2674
Robert Colquhoun
rjc@...
Oct 2, 2000 12:52 pm
... I checked this and it is present(...whew!) ... I can fix the Makefile by manually resolving the script sections(the find statements) and removing the ifeq...
2675
Robert Colquhoun
rjc@...
Oct 2, 2000 1:00 pm
Hi Michael, Sorry for the dumb question - but i was looking at your patch and you seem to have removed customizable error reporting from the exceptions....What...
2676
mzukowski@...
Oct 2, 2000 1:26 pm
So let's see this trivial program. Hard to say what is really happening. Monty...
2677
Ric Klaren
klaren@...
Oct 2, 2000 2:19 pm
Hi, ... I'd prefer some unified way of 'make'-ing things not some custom make nobody (?) has (unless ant is of course something platform independent that can...
2678
bob@...
Oct 2, 2000 2:31 pm
... WRT: ant -- My patch to antlr which was just included, was so that it'd work with ant. That's a bootstrapping problem for this release. To build antlr...
2679
Ernest Pasour
sasecp@...
Oct 2, 2000 2:49 pm
I don't know if this has been reported before, but it doesn't seem to be fixed in the official 2.7.1. ...
2680
Terence Parr
parrt@...
Oct 2, 2000 5:18 pm
... Damn! Updated in main line. Ter -- Chief Scientist & Co-founder, http://www.jguru.com Co-founder, http://www.NoWebPatents.org -- Stop Patent Stupidity ...
2681
Terence Parr
parrt@...
Oct 2, 2000 5:23 pm
... I made this in response to label types for hetero trees from Jerry James (last night) ;) ... Tweaks go in the mainline, but in general dev should happen in...