Skip to content

Releases: CordyJ/Open-TuringPlus

Turing+ 6.2.1

23 Nov 21:58
2cd6cfb
Compare
Choose a tag to compare

Turing+ 6.2 (Nov 2023) for Unix-like systems

Copyright 1986, University of Toronto
Copyright 2021, Queen's University at Kingston
Version 6.2 Copyright 2023, James R. Cordy and others

Turing+ 6.2 has a number of differences from original Turing+ :

(1) alias checking is disabled - aliasing is silently allowed.

(2) procedure-level imports are automatic if no import list is given.
module-level imports are required and checked.

(3) the default and maximum length of varying-length strings has
been increased from 255 to 4095 characters.

(4) source has been updated to be both 32-bit and 64-bit clean.

Turing+ 6.2

21 Oct 17:13
Compare
Choose a tag to compare

Turing+ 6.2 (Sep 2022) for Unix-like systems

Copyright 1986, University of Toronto
Copyright 2021, Queen's University at Kingston
Version 6.2 Copyright 2022, James R. Cordy and others

Turing+ 6.2 has a number of differences from original Turing+ :

(1) alias checking is disabled - aliasing is silently allowed.

(2) procedure-level imports are automatic if no import list is given.
module-level imports are required and checked.

(3) the default and maximum length of varying-length strings has
been increased from 255 to 4095 characters.

(4) source has been updated to be both 32-bit and 64-bit clean.