Re: C++ front end

Bruno Conductier <bruno.conductier@sophia.inria.fr>
16 Sep 1996 14:44:23 -0400

          From comp.compilers

Related articles
C++ front end sudha@cis.ohio-state.edu (Sudha.K) (1996-09-15)
Re: C++ front end bruno.conductier@sophia.inria.fr (Bruno Conductier) (1996-09-16)
| List of all articles for this month |

From: Bruno Conductier <bruno.conductier@sophia.inria.fr>
Newsgroups: comp.compilers
Date: 16 Sep 1996 14:44:23 -0400
Organization: INRIA
References: 96-09-055
Keywords: C++, tools

Sudha.K wrote:
> Is there a GNU source code (or any other source in a public site)
> that performs *only* the front end analysis for C++?
> Any information regarding this would be helpful.


Sometimes ago i was looking for the same package and found a soft
... but i can't remember the location or the name (may be cppp) since
my initial problem switch. Today, i found the following informations.
Bruno


http://iamwww.unibe.ch/~scg/FreeComp/Lang.113.html


C++


package
              cppp
version
              1.14
parts
              parser (yacc)
author
              Tony Davis <ted@cs.brown.edu>
location
              wilma.cs.brown.edu:/pub/cppp.tar.Z
description




              A compiler front-end for C++, with complete semantic processing.
Outputs abstract
              syntax graph.
restriction
              Permission needed for incorporation into commercial software.
requires


              Native C++ compiler, lex, yacc, make, sed (or hand editing)
status
              Upgrading the back end.
updated
              1993/05/26
--


Post a followup to this message

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