Initial commit.
This commit is contained in:
17
README
Normal file
17
README
Normal file
@@ -0,0 +1,17 @@
|
||||
This is a Scheme48 PreScheme image suitable for use with the scheme48
|
||||
program. Example usage:
|
||||
|
||||
scheme48 -i ps-compiler.image
|
||||
|
||||
To build this image download and extract the Scheme48 distribution
|
||||
from s48.org. If needed, build and install Scheme48. Then in the
|
||||
ps-compiler/ directory of the Scheme48 distribution start scheme48 and
|
||||
enter the following commands:
|
||||
|
||||
,config ,load ../scheme/prescheme/interface.scm
|
||||
,config ,load ../scheme/prescheme/package-defs.scm
|
||||
,exec ,load load-ps-compiler.scm
|
||||
,in prescheme-compiler prescheme-compiler
|
||||
,user (define prescheme-compiler ##)
|
||||
,dump ps-compiler.image "(Pre-Scheme)"
|
||||
,exit
|
||||
Reference in New Issue
Block a user