The Eiffel Compiler tecomp version 0.17 has been released

Helmut <helmut.brandl@gmx.net>
Tue, 12 May 2009 07:21:42 -0700 (PDT)

          From comp.compilers

Related articles
The Eiffel Compiler tecomp version 0.17 has been released helmut.brandl@gmx.net (Helmut) (2009-05-12)
| List of all articles for this month |

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



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.