This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Separating c++ parser
- From: Diego Novillo <dnovillo at redhat dot com>
- To: ashwinb at gmail dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 12 Sep 2005 15:50:25 -0400
- Subject: Re: Separating c++ parser
- References: <3ef5826d0509121230630d1a52@mail.gmail.com>
On 09/12/05 15:30, Ashwin Bharambe wrote:
is it possible to plug out the parser and intermediate representation code (presumably only in the front-end?) relatively easily?
Not really. Though we have been re-designing the internal architecture
to be more modular, all the components are meant to be used together.
At most, you could plug your own transformation/analysis inside the
compiler.