Related articles |
---|
Writing a C++ compiler in C++ for-usenet-5c@alicewho.com (Adem) (2008-10-27) |
Re: Writing a C++ compiler in C++ DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-10-28) |
Re: Writing a C++ compiler in C++ echristo@gmail.com (Eric Christopher) (2008-10-28) |
Re: Writing a C++ compiler in C++ cfc@shell01.TheWorld.com (Chris F Clark) (2008-10-28) |
Re: Writing a C++ compiler in C++ marcov@stack.nl (Marco van de Voort) (2008-10-30) |
Re: Writing a C++ compiler in C++ DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-10-31) |
Re: Writing a C++ compiler in C++ marcov@stack.nl (Marco van de Voort) (2008-11-01) |
From: | "Eric Christopher" <echristo@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Tue, 28 Oct 2008 10:14:56 -0700 |
Organization: | Compilers Central |
References: | 08-10-049 |
Keywords: | C++ |
Posted-Date: | 29 Oct 2008 19:19:03 EDT |
On Mon, Oct 27, 2008 at 7:24 AM, Adem <for-usenet-5c@alicewho.com> wrote:
> Any projects out there which aim to write a real or experimental
> C++ compiler or interpreter using the C++ language itself?
There's the Clang project (http://clang.llvm.org) that is currently writing
an llvm based C/C++/ObjC compiler in C++.
-eric
Return to the
comp.compilers page.
Search the
comp.compilers archives again.