Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

The Eiffel Compiler tecomp version 0.17 has been released

0 views
Skip to first unread message

Helmut

unread,
May 12, 2009, 10:18:08 AM5/12/09
to
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

Helmut

unread,
May 12, 2009, 10:26:21 AM5/12/09
to

sorry, a typo in the link:
http://www.sourceforge.net/projects/tecomp

0 new messages