Related articles |
---|
CUP/LEX has limitations girishsharma@lucent.com (Sharma, Girish \(Girish\)) (2005-06-23) |
Re: CUP/LEX has limitations snicol@apk.net (Scott Nicol) (2005-06-24) |
Re: CUP/LEX has limitations jones@cs.ua.edu (Joel Jones) (2005-06-26) |
Re: CUP/LEX has limitations snicol@apk.net (Scott Nicol) (2005-06-26) |
Re: CUP/LEX has limitations alpanad@gmail.com (2005-06-30) |
Re: CUP/LEX has limitations gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-06-30) |
Re: CUP/LEX has limitations snicol@apk.net (Scott Nicol) (2005-07-02) |
[2 later articles] |
From: | "Sharma, Girish \(Girish\)" <girishsharma@lucent.com> |
Newsgroups: | comp.compilers |
Date: | 23 Jun 2005 22:06:53 -0400 |
Organization: | Compilers Central |
Keywords: | Java, parse, question |
Posted-Date: | 23 Jun 2005 22:06:53 EDT |
Hi,
Presently i am using CUPLEX parsers for my java application. My cup
file code is increased to 5500 lines and now its crashing and not
compiling giving "code too large " error because CUP/LEX uses 16-bit
unicode character set whaich gives limit only 0-65535 and my parser is
exceeding this limit. So i in trouble here all i wanted to know is
that if i use ANTLR parser will this problem be there?? or anybody
knows the solution to this problem ? Response will be greatly
appriciated.
Thanks,
Girish Sharma
+91(080) 2505-2751
Return to the
comp.compilers page.
Search the
comp.compilers archives again.