remove bootfiles
For this patched variant of Chez Scheme, rely on bootstrapping via Racket. original commit: 15a783860252b675c60bbf910cf99db69247274a
This commit is contained in:
parent
cbd40899f6
commit
3eb9217c39
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -49,3 +49,4 @@
|
|||
/release_notes/*.htoc
|
||||
/release_notes/*.log
|
||||
/release_notes/release_notes.pdf
|
||||
/boot/
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[](https://travis-ci.org/cisco/ChezScheme)
|
||||
This variant of Chez Scheme is patched for Racket. It doesn't include
|
||||
boot files; instead, Racket can generate initial boot files from Chez
|
||||
Scheme's source. For more information, see "racket/src/cs/README.txt"
|
||||
in Racket sources.
|
||||
|
||||
----------------------------------------
|
||||
|
||||
Chez Scheme is both a programming language and an implementation
|
||||
of that language, with supporting tools and documentation.
|
||||
|
|
Loading…
Reference in New Issue
Block a user