1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-09 09:50:59 +00:00

Build CGOL FASL from source.

Resolves #1285.
This commit is contained in:
Eric Swenson
2018-11-14 08:04:55 -08:00
parent 755ebdbccf
commit e3ba11ffbc
2 changed files with 1166 additions and 0 deletions

View File

@@ -508,6 +508,12 @@ respond "_" "liblsp;_pratt;cgrub\r"
respond "_" "\032"
type ":kill\r"
# compile cgol
respond "*" "complr\013"
respond "_" "lisp;_pratt;cgol\r"
respond "_" "\032"
type ":kill\r"
respond "*" "complr\013"
respond "_" "\007"
respond "*" "(load '((lisp) cgol fasl))"