home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Applications / README.algol68 < prev   
Encoding:
Internet Message Format  |  2000-08-09  |  1.7 KB

  1. From: Andrew.Walker@nottingham.ac.uk
  2.  
  3.         I attach a compressed tar archive.  In it you will find [with
  4. luck!] (a) two large [for the times!] binaries, the Algol RTE and
  5. compiler;  (b) two assembler source file, loaders for the compiler
  6. and the RTE;  (c) a test program in Algol;  (d) copies of the articles
  7. I've posted on this topic in the last two or three days.
  8.  
  9.         The assembler stuff is heavily commented, and you may need to
  10. do some hacking or unhacking to get everything to work on your PDP-11s.
  11. You then need to assemble "a68.s" and "ago.s" into "a68" and "ago" resp;
  12. then "a68 lsquare.a68" will compile the test program into "a68.out" and
  13. "ago" [or "ago a68.out"] will run it.  IIRC, you need to put the large
  14. binaries in specified places, or else hack "a68.s" etc to match where
  15. they actually are.
  16.  
  17.         The assembler and articles include some vague and ancient contact
  18. points.  You could possibly get source from one of them;  personally, I
  19. can't quite work up the energy to chase it.  As noted in the articles,
  20. I don't know what the restrictions might be -- I have no recollection at
  21. all of how this stuff arrived on our machine, but it was probably via
  22. QMW [Queen Mary College, London] in some form or another.  I'd expect it
  23. to be freely available for academic purposes, and certainly *we* have
  24. signed no special agreements [unlike the ones for the Amsterdam Compiler
  25. Kit and Malvern Algol 68 compilers, for which I had to sign in blood],
  26. so I am happy to pass it on as a academic activity -- but I have no
  27. reason at all to suppose that it is public domain [so you might need to
  28. be slightly careful how you archive it].
  29.  
  30. See also http://vestein.arb-phys.uni-dortmund.de/~wb
  31.  
  32. Andy Walker, School of MathSci., Univ. of Nott'm, UK.
  33. anw@maths.nott.ac.uk
  34.