public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* New Frontend
@ 2010-03-16 16:45 Varol Okan
  2010-03-16 16:53 ` Thomas Martitz
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Varol Okan @ 2010-03-16 16:45 UTC (permalink / raw)
  To: gcc-help

Ouch,

looking on how to get started with writing a front end ( or modifying an 
existing one I found this snippet :
-----------
I agree with you, Tom.  There comes a point where maintaining an example
front-end to aid developers comes at a greater expense than just helping
the developers of new front-ends (or improving the documentation).
------------

So here is my question, where can I find documentation about creating a front-
end which is up-to-date. It seems 
http://www.linuxjournal.com/article/7884 ( from 2005 ) is a good start though 
I don't know how valid this 5 year old information is.

Ditto for
http://tldp.org/HOWTO/GCC-Frontend-HOWTO.html ( from 2002 )

My goal for this project would be to modify C++ to allow easier multi-threaded 
programming, add garbage collection, utilize a runtime environment which 
should handle scheduling, and thread pools, communications etc. and make all 
of this as logically suitable as possible. Oh and it should be all integral 
part of the programming language.

I know that none of my ideas is new but some one has to put it all together, 
so why not me.

So I guess I am asking for advice on how to best go about doing this while 
avoiding 'old' information, which is widespread throughout the Internet.

Thanks for the/any advice up front.

Varol :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-18 18:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16 16:45 New Frontend Varol Okan
2010-03-16 16:53 ` Thomas Martitz
2010-03-16 17:52 ` Steve Teale
2010-03-16 17:59   ` Varol Okan
2010-03-18  0:59 ` Ian Lance Taylor
2010-03-18 14:14   ` Varol Okan
2010-03-18 17:54     ` Ian Lance Taylor
2010-03-18 19:27     ` Diego Novillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).