mirror of
https://github.com/PDP-10/its.git
synced 2026-01-16 00:14:18 +00:00
Dump Scheme to a TS file.
This commit is contained in:
parent
84610ed8a8
commit
4d2398d990
@ -2025,6 +2025,7 @@ respond "_" "nschem;scheme macros_schmac lsp\r"
|
||||
respond "_" "nschem;scheme uuohan_schuuo lsp\r"
|
||||
respond "_" "\032"
|
||||
type ":kill\r"
|
||||
respond "*" ":lisp scheme (dump)\r"
|
||||
|
||||
bootable_tapes
|
||||
|
||||
|
||||
13
src/nschem/scheme.(dump)
Normal file
13
src/nschem/scheme.(dump)
Normal file
@ -0,0 +1,13 @@
|
||||
(comment)
|
||||
(progn
|
||||
(close (prog1 infile (inpush -1)))
|
||||
(load "nschem; scheme interp")
|
||||
(load "nschem; scheme macros")
|
||||
(load "nschem; scheme uuohan")
|
||||
(sstatus toplevel '(toplevel))
|
||||
(sstatus feature noldmsg)
|
||||
(gctwa)
|
||||
(gc)
|
||||
(sstatus flush t)
|
||||
(suspend ":KILL " (list '(dsk sys3) 'ts 'scheme))
|
||||
(scheme t '|SCHEME: Top Level|))
|
||||
Loading…
x
Reference in New Issue
Block a user