1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
------------------------------------------
TESS: The (TE)st (S)ystem for (S)-Lang
Change Log
mnoble@space.mit.edu
------------------------------------------
Version v0.3:
1. Discontinue support for SLang1. Since SLang 2 is able to catch
exceptions that SLang1 could not (e.g. type errors), this change
enables TESS to be purely interpreted (i.e. no binary) code.
Version v0.1.2
1. Nominal support for SLang2
2. Organizational and Makefile tweaks motivated by R. Laboissiere,
for Debian packaging.
3. Distro now includes PDF docs, plus a man page for tessrun
|