This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

C++ front-end / C++ compiler


Dear Ladies and Gentlemen,
we are trying to write a C++ compiler back-end for the GUPRO-Project (graphbased program understanding)
at the University of Koblenz,Germany. We try to avoid writing the front-end
We'd like to know if your C++ front-end fulfils our needs, or can be modified to fulfil them. Here's a description of what we need:
A C++ front-end that
- generates AST and symbol table
- parses ANSI C++ (and dialects: MSVC++, GNU C++, Borland C++)
- generates full source code information (line and column numbers, type names etc.) that would make it possible to
  reconstruct the source code with our back-end and your front-end
- runs on NT and Solaris
 
Further information about your front-end (price, support, known bugs, how to access the AST, available manuals and docs)
would be nice.
 
Yours
Christian Baxmann
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]