Start to work on 5.33

This commit is contained in:
2021-04-15 12:41:52 -04:00
parent 1dc65b4ffd
commit ba682d8f6a
2 changed files with 58 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
;;;;Then you can compile Scheme programs as shown in section 5.5.5
;;**implementation-dependent loading of syntax procedures
(load "ch5-syntax.scm") ;section 4.1.2 syntax procedures
(load "misc/ch5-syntax.scm") ;section 4.1.2 syntax procedures
;;;SECTION 5.5.1