Hi,
I am glad to announce the release of ATS2-0.2.2.
This is the 25th release of ATS2, the successor of the
ATS (currently referred to as ATS1) programming language. The
compiler for ATS2 is given the name ATS/Positats, ATS2/Postiats
or simply Postiats.
The official website for ATS is:
ATS-Postiats is hosted at github:
Major releases of ATS2 are available at:
Major releases of external packages for ATS2 are available at:
A google-group for discussing ATS and related issues is at:
https://groups.google.com/forum/?fromgroups#!forum/ats-lang-users
The following packages are included in this release:
ATS2-Postiats-0.2.2.tgz
ATS2-Postiats-contrib-0.2.2.tgz
ATS2-Postiats-include-0.2.2.tgz
I have included ATS2-Postiats-contrib (instead of releasing it
separately) as it is truly by now an indispensible part of ATS2.
After installing ATS-Postiats-include, one can compile the C code
generated from ATS source without installing the ATS compiler. So
a convenient way to distribute software written in ATS is to simply
release the C code generated from the ATS source.
See below for some major additions and changes since the last release
(ATS2-0.2.1).
Cheers,
–Hongwei Xi
Computer Science Department
Boston University
111 Cummington Street
Boston, MA 02215
Email: hw…@cs.bu.edu
Url: http://www.cs.bu.edu/~hwxi
Tel: +1 617 358 2511 (office)
Fax: +1 617 353 6457 (department)
- Adding support for explicitly boxed types: boxed and boxed_vt
- Adding backup links to INT2PROGINATS, ATS2TUTORIAL, and EFFECTIVATS.
- Fixing a bug in typechecking loop invariants (see bug-2015-08-04).
- Adding [g0int_npow] and [g0float_npow] and overloading ** with them.
For instance: (x+y)3 expands to x3 + 3x**2y + 3xy2 + y3 - Adding the_s2rtdatmap to the jsonization of generated constraints
(for listing the inductively defined sorts used in the constraints) - Supporting tail-call optimization for static function templates
- Supporting #codegen2 for datcon, datcontag, and fprint
- Supporting the use of $d2ctype for taking the type of a dynamic constant