Related articles |
---|
The Eiffel Compiler tecomp version 0.8 released. helmut.brandl@gmx.net (Helmut) (2009-01-25) |
From: | Helmut <helmut.brandl@gmx.net> |
Newsgroups: | comp.compilers |
Date: | Sun, 25 Jan 2009 13:59:14 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | Eiffel, available |
Posted-Date: | 25 Jan 2009 17:30:38 EST |
The Eiffel Compiler tecomp is approaching rapidely towards
implementing the full language.
The new release 0.8 contains a correct garbage collector which
reclaims all not reachable objects (as opposed to a conservative
collector which might mark some objects as reachable which are not
reachable any longer).
Tecomp has already been successfully on a variety of systems (32/64
Bit Linux (x86), Windows, Mac OS X PPC, Opensolaris x86).
Since tecomp has been designed to be platform independant, it should
work on all systems which have the gnu development tools (gcc, g++,
make) installed. If you encounter any problems on a specific platform,
report the problem and you will get support.
The Eiffel Compiler: http://tecomp.sourceforge.net
http://www.sourceforge.net/projects/tecomp
Return to the
comp.compilers page.
Search the
comp.compilers archives again.