macro.build 753 B

1234567891011121314151617181920212223
  1. %
  2. % MACRO.BUILD - Files of macros defined in the interpreter
  3. %
  4. % Author: Eric Benson
  5. % Symbolic Computation Group
  6. % Computer Science Dept.
  7. % University of Utah
  8. % Date: 19 May 1982
  9. % Copyright (c) 1982 University of Utah
  10. %
  11. % <PSL.KERNEL>MACRO.BUILD.2, 2-Feb-83 15:36:40, Edit by PERDUE
  12. % Removed char.red. It is now pnk:char-macro.red
  13. PathIn "eval-when.red"$ % control evaluation time
  14. PathIn "cont-error.red"$ % macro for ContinuableError
  15. PathIn "lisp-macros.red"$ % Various macros for readability
  16. PathIn "onoff.red"$ % (on xxx yyy) and (off xxx yyy)
  17. PathIn "define-smacro.red"$
  18. PathIn "defconst.red"$
  19. PathIn "string-gensym.red"$
  20. PathIn "loop-macros.red"$ % Various macros for readability