Artifact ae5195dc731d66e096a5661d7a4a437c81fc12dea6e3e8f62c01d6ae5c57f2c4:
- File
psl-1983/20-kernel/scan-table.red
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1132) [annotate] [blame] [check-ins using] [more...]
- File
psl-1983/3-1/kernel/20/scan-table.red
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1132) [annotate] [blame] [check-ins using]
% % SCAN-TABLE.RED - Lisp character table for DEC-20 % % Author: Eric Benson % Symbolic Computation Group % Computer Science Dept. % University of Utah % Date: 27 November 1981 % Copyright (c) 1981 University of Utah % % <PSL.KERNEL-20>SCAN-TABLE.RED.6, 10-Feb-83 16:12:38, Edit by PERDUE % Changed the "put EOF" to be a STARTUPTIME form % Edit by Cris Perdue, 28 Jan 1983 2039-PST % LispDipthong -> LispDiphthong fluid '(LispScanTable!* CurrentScanTable!*); LispScanTable!* := ' [17 10 10 10 10 10 10 10 10 17 17 10 17 17 10 10 10 10 10 10 10 10 10 10 10 10 11 10 10 10 10 10 17 14 15 10 10 12 10 11 11 11 10 19 10 18 20 10 0 1 2 3 4 5 6 7 8 9 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 11 16 11 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 LispDiphthong]; CurrentScanTable!* := LispScanTable!*; % Done as "startuptime" because "char" is available at compile % time but not necessarily init time /csp startuptime put('EOF, 'CharConst, char cntrl Z); END;