Artifact a6ff3d118460238b70b35a777c09698e5c31c393eea772254a548d7858c1bf1f:
- File
psl-1983/3-1/kernel/macro.build
— 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: 753) [annotate] [blame] [check-ins using] [more...]
- File
psl-1983/kernel/macro.build
— 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: 753) [annotate] [blame] [check-ins using]
% % MACRO.BUILD - Files of macros defined in the interpreter % % Author: Eric Benson % Symbolic Computation Group % Computer Science Dept. % University of Utah % Date: 19 May 1982 % Copyright (c) 1982 University of Utah % % <PSL.KERNEL>MACRO.BUILD.2, 2-Feb-83 15:36:40, Edit by PERDUE % Removed char.red. It is now pnk:char-macro.red PathIn "eval-when.red"$ % control evaluation time PathIn "cont-error.red"$ % macro for ContinuableError PathIn "lisp-macros.red"$ % Various macros for readability PathIn "onoff.red"$ % (on xxx yyy) and (off xxx yyy) PathIn "define-smacro.red"$ PathIn "defconst.red"$ PathIn "string-gensym.red"$ PathIn "loop-macros.red"$ % Various macros for readability