Re: Compiler creation toolkit

anton@mips.complang.tuwien.ac.at (Anton Ertl)
Wed, 11 Jun 2008 16:36:18 GMT

          From comp.compilers

Related articles
Compiler creation toolkit scholz.lothar@gmail.com (2008-06-09)
Re: Compiler creation toolkit kamalpr@hp.com (kamal) (2008-06-10)
Re: Compiler creation toolkit scholz.lothar@gmail.com (2008-06-11)
Re: Compiler creation toolkit ang.usenet@gmail.com (Aaron Gray) (2008-06-11)
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)
[1 later articles]
| List of all articles for this month |

From: anton@mips.complang.tuwien.ac.at (Anton Ertl)
Newsgroups: comp.compilers
Date: Wed, 11 Jun 2008 16:36:18 GMT
Organization: Institut fuer Computersprachen, Technische Universitaet Wien
References: 08-06-018
Keywords: code, interpreter
Posted-Date: 14 Jun 2008 08:51:36 EDT



scholz.lothar@gmail.com writes:
>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).


How about writing a virtual interpreter? Concerning tools, Vmgen is a
tool that helps with this.


- anton
--
M. Anton Ertl
anton@mips.complang.tuwien.ac.at
http://www.complang.tuwien.ac.at/anton/



Post a followup to this message

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