Related articles |
---|
The Eiffel Compiler tecomp version 0.17 has been released helmut.brandl@gmx.net (Helmut) (2009-05-12) |
From: | Helmut <helmut.brandl@gmx.net> |
Newsgroups: | comp.compilers |
Date: | Tue, 12 May 2009 07:21:42 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | Eiffel, available |
Posted-Date: | 12 May 2009 11:14:11 EDT |
New features:
Manifest arrays
a: ARRAY[INTEGER]
...
a := <<1, 2, 3, 4, 5>>
Initialized attributes
class C feature
a: ARRAY[INTEGER]
attribute
create Result.make (1,100)
end
end
"twin" added as synonym for "cloned"
Notes added
note
author: "Micky Mouse"
release: 100
class
C
feature
...
end
http://tecomp.sourceforge.net
http://www.sourceforget.net/projects/tecomp
Return to the
comp.compilers page.
Search the
comp.compilers archives again.