Related articles |
---|
[4 earlier articles] |
Re: C compiler front end wanted torbenm@pc-003.diku.dk (2008-06-16) |
Re: C compiler front end wanted DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-06-15) |
Re: C compiler front end wanted monnier@iro.umontreal.ca (Stefan Monnier) (2008-06-17) |
Re: C compiler front end wanted dg@cowlark.com (David Given) (2008-06-20) |
Re: C compiler front end wanted mm.beck@gmx.net (Michael Beck) (2008-06-20) |
Re: C compiler front end wanted theresistor@gmail.com (2008-06-20) |
Re: C compiler front end wanted eliben@gmail.com (eliben) (2008-07-04) |
From: | eliben <eliben@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Fri, 4 Jul 2008 07:13:35 -0700 (PDT) |
Organization: | Compilers Central |
References: | 08-06-027 08-06-030 |
Keywords: | C |
Posted-Date: | 04 Jul 2008 10:33:40 EDT |
On Jun 16, 1:23 am, "Sammy" <sammyde...@sympatico.ca> wrote:
> > any clean, standalone libraries for parsing, verifying and then generating
> > full ASTs, from C source code?
>
> The Cilk project used to distribute C2C a tool to do exactly that.
> The Cilk project project is alive, but looks like the C2C tool is gone.
> ( i think i have a copy of it)
>
> Cilk:http://supertech.csail.mit.edu/cilk/
>
> May be C2C is incorporated in the latest Cilk distribution
>
> There is another tool: jscpp.http://www.die-schoens.de/prg/
I'll second the recommendation of c2c. Its code is easy to understand
and plug into.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.