[antlr-interest] compiling with javac- thanks in advance

Kyungsun Han kyungsunh at yahoo.com
Thu Mar 13 19:46:37 PST 2003


I have problems with compiling with javac. 
Although the Antlr doesn't give any warning, the files
I got from don't allow to be compiled. It shows the
errors such as:
               ^
C:\file\SchemeParser.java:44: cannot resolve symbol
symbol  : variable _tokenNames
location: class SchemeParser
  tokenNames = _tokenNames;
               ^
C:\file\SchemeParser.java:177: cannot resolve symbol
symbol  : method expression  ()
location: class SchemeParser
                        expression();
                        
...
                                                ^
C:\scheme\SchemeParser.java:580: cannot resolve symbol
symbol  : class pattern
location: class SchemeParser
                                        pattern
ellipsis
                                        ^
C:\scheme\SchemeParser.java:650: cannot resolve symbol
symbol  : class PERIOD
location: class SchemeParser
                                        PERIOD
template
....
58 errors
                                      ^
Where could I start to solve this error?

Kyungsun-



__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list