[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: g++ compiler
From: |
Ulrich Eckhardt |
Subject: |
Re: g++ compiler |
Date: |
Sat, 08 Oct 2005 09:30:49 +0200 |
User-agent: |
KNode/0.8.2 |
ganeshb@gmail.com wrote:
> I am planning to write a source to source (C++ to C++) translator. The
> translator's job is to parse the C++ program augemented with some
> annotations (not part of C++ standard) and produce a standard C++ code.
> The annotations are written in the form of comments (/* ...*/).
Can you give an example?
> Will g++ be ideal for this project? How long does it take to master g++?
> Duration of the project is 1 month.
If you want to do text conversions only, g++ (which is a C++ compiler) can
be used to create programs that do this. In fact pretty much every
programming language should be able to. What is your question?
Uli
--
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/