Related articles |
---|
The Eiffel Compiler tecomp version 0.7 released. helmut.luis.brandl@gmail.com (2009-01-12) |
From: | helmut.luis.brandl@gmail.com |
Newsgroups: | comp.compilers |
Date: | Mon, 12 Jan 2009 09:50:33 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | Eiffel, available |
Posted-Date: | 12 Jan 2009 15:33:41 EST |
The Eiffel compiler tecomp is a command line compiler. In the current
status it works like an Eiffel interpreter. It compiles Eiffel source
code into an internal representation and executes it in its virtual
machine. Future versions will also support compilation to C.
It runs on Unix and Windows machines (64/32 bit, big/little endian)
and on all machines which have gcc and the corresponding make
utilities installed.
Documentation can be found at http://tecomp.sourceforge.net. The
compiler can be downloaded from http://www.sourceforge.net/projects/tecomp.
Check it out, read the tutorial and experiment with the Eiffel
language. Its fun. The tutorial is written in the style of Brian
Kernigham and Denis Ritchies book "The C Programming Language". It
emphasizes your capability to
come fast up to speed to write useful Eiffel programs. With a basic
knowledge of programming in other languages like C, C++ or Java you
can learn Eiffel very fast.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.