Re: C parser written in JAVA

Sergey Kuksenko <skuksenko@excelsior-usa.com>
25 Nov 2001 22:37:47 -0500

          From comp.compilers

Related articles
C parser written in JAVA lmugnai@lineone.net (2001-11-14)
Re: C parser written in JAVA jbeniston@siroyan.com (Jon Beniston) (2001-11-17)
Re: C parser written in JAVA skuksenko@excelsior-usa.com (Sergey Kuksenko) (2001-11-25)
| List of all articles for this month |

From: Sergey Kuksenko <skuksenko@excelsior-usa.com>
Newsgroups: comp.compilers
Date: 25 Nov 2001 22:37:47 -0500
Organization: Compilers Central
References: 01-11-079 01-11-093
Keywords: C, Java
Posted-Date: 25 Nov 2001 22:37:47 EST

Jon Beniston wrote:


> Lorenzo Mugnai wrote:
> > does anybody know of a C parser/compiler written in java?
>
> Yes, JavaCC comes with a C grammer.


JavaCC's C grammar has some drawbacks that hinder its practical
use. To my opinion, in its original form it is suitable for
educational purposes only. I have implemented C parser on java, but
it is not free. If you are interested in details, email me.


With best regards,
Sergey Kuksenko
----------------------------------------
E-mail : skuksenko@excelsior-usa.com
http://www.excelsior-usa.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.