Artifact d97bc1bd46cb4df5afbd2d9cab0940a2897aabdda61d6ffaacecd75bfb426792:
- File
perq-pascal-lisp-project/pas1.bld
— 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: 493) [annotate] [blame] [check-ins using] [more...]
DEF s: <SCRATCH> DEF DSK: DSK:,SYS: DEF SYS: DSK:,SYS: pas:PASCMP OFF SYSLISP$ OFF MSG$ OFF NOUUO$ ON DOMOVE$ ON NOFIXFRM; ON MACECHO$ %OFF cuts down size of output file. PUT('CAR,'ANYREG,'T)$ PUT('CDR,'ANYREG,'T)$ IN PAS0.SYM$ % Pre Symbol Table OUT PAS1.PAS$ DRT1('PAS1,PAS0IDS,PAS0CSTS,PAS0LITS,PAS0FNS)$ IN PAS1.RED$ DRT2()$ SHUT PAS1.PAS$ OUT PAS1.SYM$ % Post SYMBOL Table DUMPSYMS('PAS1)$ SHUT PAS1.SYM$ OUT PAS1.SLI$ % Sexpressions and declarations DRT3()$ SHUT PAS1.SLI$ QUIT$