tecomp is a command line compiler for the Eiffel language. It
implements standard Eiffel. In its simplest configuration it works
like an interpreter. It parses the Eiffel source code, validates it
and executes it in its virtual machine.
New features:
- INTEGER_8/16/32/64, NATURAL_8/16/32/64, REAL_32/64
- automatic conversion
- virtual machine is architecture independant (i.e. for Intel, SPARC,
PowerPC, Motorola, ...)
Details: http://tecomp.sourceforge.net.
Download: http://www.sourceforge.net/projects/tecomp
Release 0.6.1 fixes a bug in a makefile of 0.6. Due to the bug,
version 0.6 is practically unusable (unable to build binaries). Sorry
for the inconvenience.