Re: Can anyone recommend a Java parser in C or C++?

Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Thu, 29 Nov 2007 14:32:42 +0100

          From comp.compilers

Related articles
Can anyone recommend a Java parser in C or C++? stefan@lvps87-230-32-149.dedicated.hosteurope.de (Stefan Arentz) (2007-11-27)
Re: Can anyone recommend a Java parser in C or C++? toby@telegraphics.com.au (toby) (2007-11-27)
Re: Can anyone recommend a Java parser in C or C++? liekweg@ipd.info.uni-karlsruhe.de (Florian Liekweg) (2007-11-28)
Re: Can anyone recommend a Java parser in C or C++? kenshin_40@htomail.com (Mark Holland) (2007-11-28)
Re: Can anyone recommend a Java parser in C or C++? Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2007-11-29)
| List of all articles for this month |

From: Detlef Meyer-Eltz <Meyer-Eltz@t-online.de>
Newsgroups: comp.compilers
Date: Thu, 29 Nov 2007 14:32:42 +0100
Organization: Compilers Central
References: 07-11-075
Keywords: C, Java, parse
Posted-Date: 29 Nov 2007 23:59:53 EST

>Are there any open source parser generators for C or C++ that come
>with a Java parser example that I could use maybe?




Java.ATG a sample ATG for Java 1.4 (a template) that produces a
complete scanner and parser for Java source code.
You can use it with with Coco/R for C++


http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/


Post a followup to this message

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