Skip to content

Turing+ 6.2

Compare
Choose a tag to compare
@CordyJ CordyJ released this 21 Oct 17:13
· 10 commits to main since this release

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.