Seed7 Release 2007-03-19

thomas.mertes@gmx.at
20 Mar 2007 08:52:31 -0400

          From comp.compilers

Related articles
Seed7 Release 2007-03-19 thomas.mertes@gmx.at (2007-03-20)
| List of all articles for this month |

From: thomas.mertes@gmx.at
Newsgroups: comp.compilers
Date: 20 Mar 2007 08:52:31 -0400
Organization: Compilers Central
Keywords: available
Posted-Date: 20 Mar 2007 08:52:31 EDT

Hello,


I have released a new version of Seed7: seed7_05_20070319.tgz


In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.


Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).


Changelog:
- The interpreter was changed to execute programs only when they
    have no errors.
- The option -x to execute programs, even when they have errors, was
    added to the interpreter.
- The *:= operator for the types integer, float, bigInteger and
    bigRational was added.
- The chkbig.sd7 program was improved to check the *:= operator for
    big integers.
- The compiler was improved to support the *:= operator and the
    arr_cat action.
- Several improvements for compile time error messages were done.
- The err.sd7 example program, which checks compile time error
    messages, was improved.


Greetings Thomas Mertes


Seed7 Homepage: http://seed7.sourceforge.net
Project page: http://sourceforge.net/projects/seed7



Post a followup to this message

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