io.build 899 B

123456789101112131415161718192021222324
  1. %
  2. % IO.BUILD - System-independent input and output files
  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. PathIn "io-data.red"$ % Data structures used by IO
  12. PathIn "char-io.red"$ % bottom level IO primitives
  13. PathIn "open-close.red"$ % file primitives
  14. PathIn "rds-wrs.red"$ % IO channel switching functions
  15. PathIn "other-io.red"$ % random SL IO functions
  16. PathIn "read.red"$ % S-expression parser
  17. PathIn "token-scanner.red"$ % table-driven token scanner
  18. PathIn "printers.red"$ % Printing functions
  19. PathIn "write-float.red"$ % Floating point printer
  20. PathIn "printf.red"$ % formatted print routines
  21. PathIn "explode-compress.red"$ % Access to characters of atoms
  22. PathIn "io-extensions.red"$ % Random non-SL IO functions