Re: Parser

"Christian Lindig" <lindig@eecs.harvard.edu>
12 Sep 2002 14:25:03 -0400

          From comp.compilers

Related articles
Parser aaron.becher@eds.com (Aaron Becher) (2002-09-12)
Re: Parser lindig@eecs.harvard.edu (Christian Lindig) (2002-09-12)
Re: Parser knyblad@baan.com (Karsten Nyblad) (2002-09-12)
Re: Parser fjscipio@rochester.rr.com (Fred J. Scipione) (2002-09-14)
Re: Parser jakacki@hotmail.com (Grzegorz Jakacki) (2002-09-14)
Re: Parser vbdis@aol.com (VBDis) (2002-09-14)
Re: Parser d00-mla@nada.kth.se (Mikael 'Zayenz' Lagerkvist) (2002-09-19)
| List of all articles for this month |

From: "Christian Lindig" <lindig@eecs.harvard.edu>
Newsgroups: comp.compilers
Date: 12 Sep 2002 14:25:03 -0400
Organization: Harvard University, Cambridge, Massachusetts
References: 02-09-078
Keywords: parse, comment
Posted-Date: 12 Sep 2002 14:25:03 EDT

Aaron Becher <aaron.becher@eds.com> wrote:
> Thanks for ANY help or links to information that could help me out,


Looks like CIL is made for you:


        http://manju.CS.Berkeley.EDU/cil/


(From the Introduction) CIL (C Intermediate Language) is a high-level
representation along with a set of tools that permit easy analysis and
source-to-source transformation of C programs.


CIL has been used on the Linux kernel, so it is not a toy and should be
good enough for your code.


-- Christian


--
Christian Lindig Harvard University - DEAS
lindig@eecs.harvard.edu 33 Oxford St, MD 242, Cambridge MA 02138
[I'm not sure I follow the argument in that last sentence. -John]


Post a followup to this message

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