Related articles |
---|
Source code editor using GCC zhengz@parawireless.com (zheng zhihua) (2006-11-20) |
Re: Source code editor using GCC gneuner2@comcast.net (George Neuner) (2006-11-22) |
From: | "zheng zhihua" <zhengz@parawireless.com> |
Newsgroups: | comp.compilers |
Date: | 20 Nov 2006 23:05:26 -0500 |
Organization: | Compilers Central |
Keywords: | GCC, question |
Posted-Date: | 20 Nov 2006 23:05:26 EST |
I am a freshman, help wanted! who can tell me about the architecture
of the gcc.And how to pick infomation about the source code.I want to
use gcc to build up a smart source code editor
thanks a lot
[There is quite a lot of documentation on GCC at http://gcc.gnu.org,
but I think it would be a better idea to find out how other souce code
editors work. GCC's parsers are intended to run through a program
once and parse the whole program, while in an editor you're frequently
reparsing little bits of the program as the user makes changes. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.