Related articles |
---|
[4 earlier articles] |
Re: Compiler creation toolkit anton@mips.complang.tuwien.ac.at (2008-06-11) |
Re: Compiler creation toolkit rich@pennware.com (Richard Pennington) (2008-06-14) |
Re: Compiler creation toolkit scholz.lothar@gmail.com (2008-06-17) |
Re: Compiler creation toolkit scholz.lothar@gmail.com (2008-06-17) |
Re: Compiler creation toolkit bc@freeuk.com (Bartc) (2008-06-18) |
Re: Compiler creation toolkit theresistor@gmail.com (2008-06-20) |
Re: Compiler creation toolkit ademakov@gmail.com (Aleksey Demakov) (2008-07-05) |
Re: Compiler creation toolkit ademakov@gmail.com (Aleksey Demakov) (2008-07-05) |
From: | "Aleksey Demakov" <ademakov@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Sat, 5 Jul 2008 21:57:35 +0700 |
Organization: | Compilers Central |
References: | 08-06-018 |
Keywords: | tools |
Posted-Date: | 05 Jul 2008 13:02:11 EDT |
On Mon, Jun 9, 2008 at 9:29 PM, <scholz.lothar@gmail.com> wrote:
> My project is to create an eiffel like compiler.
> For the final optimized results i will generate c code, but i would
> like to use something else for faster updates in the edit-compile-run
> cycle. Is there any framework other then GNU lightning (which seems
> unmaintained - last release is 4 years old) or llvm (which does looks
> just like a tradional compiler backend).
>
Looking at the GNU lightning git tree it is being pretty much
actively developed. I don't know why they did't have a release
for so long. Proabably asking in their mailing lists would help.
http://git.savannah.gnu.org/gitweb/?p=lightning.git
http://lists.gnu.org/mailman/listinfo/lightning
Also please take a look at libjit
http://dotgnu.org/libjit-doc/libjit.html
http://demakov.com/projects/index.html#libjit
Regards,
Aleksey
Return to the
comp.compilers page.
Search the
comp.compilers archives again.