[antlr-interest] inherited grammar!

Lloyd Dupont lloyd at nova-mind.com
Wed May 25 15:35:18 PDT 2005


No, the cgram compile sraight away....
I used Java 1.5, antlr-2.7.5
there is n version information for cgram, but I used one downloaded a couple 
of days ago.
I set these environment variables:
set PATH=C:\Lloyd-Dev\ANTLR 
stuff;C:\jdk1.5.0_03\bin;C:\MinGW\bin;C:\GNUstep\Development\msys\1.0\bin;%PATH%
set CLASSPATH=C:\Lloyd-Dev\ANTLR stuff\antlr-2.7.5\antlr-2.7.5.jar;.

(important in the PATH are make, java & javac)
(important in the CLASSPATH are antrl & '.')

the only problem I had, so far, is that this cgram doesn't manage 
__attribute__
I'm adding that and ObjectiveC parsing

----- Original Message ----- 
From: "Paul Johnson" <gt54-antlr at cyconix.com>
To: "Lloyd Dupont" <lloyd at nova-mind.com>
Cc: <antlr-interest at antlr.org>
Sent: Wednesday, May 25, 2005 6:04 PM
Subject: Re: [antlr-interest] inherited grammar!


> Lloyd Dupont wrote:
>
>>     BTW the GnuCParser is generated, compiled and working.
>
> Hi Lloyd - just curious; did you have problems building GnuCParser? Are 
> you using a recent cgram from the website, and can you tell me which 
> compiler/version you're using, and which version of ANTLR? Did you have to 
> make any changes?
>
> I can't compile cgram. I've also had mail from one other ANTLR user saying 
> that there were several problems, and he never got it to run the tests 
> correctly; he had to rewrite cgram.
>
> Thanks -
>
> Paul
> 



More information about the antlr-interest mailing list