Re: GCC as front end for C++ browser?

jan@janhh.shnet.org (Jan Willamowius)
Mon, 17 Jul 1995 01:34:00 GMT

          From comp.compilers

Related articles
GCC as front end for C++ browser? mikey@mcs.com (1995-07-11)
Re: GCC as front end for C++ browser? mnp@compass-da.com (Mitchell N. Perilstein) (1995-07-16)
Re: GCC as front end for C++ browser? sanjay@clef.lcs.mit.edu (1995-07-16)
Re: GCC as front end for C++ browser? jan@janhh.shnet.org (1995-07-17)
Re: GCC as front end for C++ browser? sc@iaxp01.inf.uni-jena.de (Sebastian Schmidt) (1995-07-18)
Re: GCC as front end for C++ browser? vmulyk@bnr.ca (victor (v.) mulyk) (1995-07-21)
Re: GCC as front end for C++ browser? vmulyk@bnr.ca (victor (v.) mulyk) (1995-07-21)
Re: GCC as front end for C++ browser? rcd@dooley.cs.brown.edu (1995-07-23)
Re: GCC as front end for C++ browser? bill@amber.ssd.hcsc.com (1995-07-24)
Re: GCC as front end for C++ browser? mrs@cygnus.com (Mike Stump) (1995-07-27)
[1 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: jan@janhh.shnet.org (Jan Willamowius)
Keywords: C++, tools
Organization: Compilers Central
References: 95-07-076
Date: Mon, 17 Jul 1995 01:34:00 GMT

> I'm considering writing a browser for C++/C code using GCC's front end as
> the "parser."


The main problem with this approach is that all the code you want to
browse has to be 100% syntacticaly correct.


When you need your browser most, your code probably is in restructuring
and can't be compiled and therefore can't be browsed.


The C++ development Sniff+ has a fuzzy parser that tries to extract
as much information from the source as it can, even when there are errors.
That's quite a different approach.


- Jan
--
Jan Willamowius, Nienredder 6, 22527 Hamburg, Germany
Tel. 040 / 54 24 42, E-Mail: jan@janhh.shnet.org
(if E-Mail fails, please use: 1willamo@informatik.uni-hamburg.de)
--


Post a followup to this message

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