Re: Front End for a C compiler

Rainer Leupers <leupers@ls12sr.cs.uni-dortmund.de>
23 Mar 2000 22:34:50 -0500

          From comp.compilers

Related articles
Front End for a C compiler Rohit.Bodas@motorola.com (Rohit Bodas) (2000-03-23)
Re: Front End for a C compiler leupers@ls12sr.cs.uni-dortmund.de (Rainer Leupers) (2000-03-23)
Re: Front End for a C compiler thp@roam-thp2.cs.ucr.edu (Tom Payne) (2000-03-23)
Re: Front End for a C compiler cwfraser@microsoft.com (Chris Fraser) (2000-04-01)
| List of all articles for this month |

From: Rainer Leupers <leupers@ls12sr.cs.uni-dortmund.de>
Newsgroups: comp.compilers
Date: 23 Mar 2000 22:34:50 -0500
Organization: University of Dortmund, Computer Science 12
References: 00-03-099
Keywords: C, parse

Rohit Bodas wrote:
>
> Can anyone tell me where I can get a front end for a C compiler giving out 3
> address intermediate code.


We have developed an ANSI C frontend called LANCE (V2.0) that
generates three-address IR code in a low-level ANSI C syntax. It is
available for Sun/Solaris and PC/Linux platforms via


  http://ls12sr.cs.uni-dortmund.de/~leupers/lanceV2/lanceV2.html


Rainer Leupers


Post a followup to this message

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