home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d556
/
scheme2c.lha
/
Scheme2C
/
Scheme-src.lzh
/
scsc
/
load.sc
< prev
next >
Wrap
Text File
|
1991-10-11
|
1KB
|
28 lines
;;; Loads the SCHEME->C compiler into the Titan Scheme interpreter.
;;;
(load "/udir/bartlett/r4rs/scsc/expform.sch")
(load "/udir/bartlett/r4rs/scsc/lambdaexp.sch")
(load "/udir/bartlett/r4rs/scsc/lap.sch")
(load "/udir/bartlett/r4rs/scsc/miscexp.sch")
(load "/udir/bartlett/r4rs/scsc/plist.sch")
(load "/udir/bartlett/r4rs/scsc/plist.sc")
(load "/udir/bartlett/r4rs/scsc/readtext.sc")
(load "/udir/bartlett/r4rs/scsc/macros.sc")
(load "/udir/bartlett/r4rs/scsc/expform.sc")
(load "/udir/bartlett/r4rs/scsc/lambdaexp.sc")
(load "/udir/bartlett/r4rs/scsc/miscexp.sc")
(load "/udir/bartlett/r4rs/scsc/transform.sc")
(load "/udir/bartlett/r4rs/scsc/closeana.sc")
(load "/udir/bartlett/r4rs/scsc/gencode.sc")
(load "/udir/bartlett/r4rs/scsc/callcode.sc")
(load "/udir/bartlett/r4rs/scsc/lambdacode.sc")
(load "/udir/bartlett/r4rs/scsc/misccode.sc")
(load "/udir/bartlett/r4rs/scsc/lap.sc")
(load "/udir/bartlett/r4rs/scsc/compile.sc")
(set! predef-default "/udir/bartlett/r4rs/scrt/predef.sc")
(set! c-include-file "objects.h")
(set! scc-version "xx???xxjfb")