Related articles |
---|
The Eiffel Compiler tecomp version 0.9 released. helmut.luis.brandl@gmail.com (2009-02-11) |
From: | helmut.luis.brandl@gmail.com |
Newsgroups: | comp.compilers |
Date: | Wed, 11 Feb 2009 16:05:53 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | Eiffel |
Posted-Date: | 14 Feb 2009 05:04:44 EST |
The Eiffel Compiler/Interpreter tecomp version 0.9 has been released.
In addition to the previous version it implements assigner commands,
i.e. you can use the syntax a[index]:=value to assign to array
elements without using the less readable syntax a.put(value,index).
The Eiffel Compiler: http://tecomp.sourceforge.net
Download: http://www.sourceforge.net/projects/tecomp
Return to the
comp.compilers page.
Search the
comp.compilers archives again.