Make it compile.
This commit is contained in:
parent
a61fa0dc31
commit
4fb44325de
4 changed files with 25 additions and 2 deletions
|
@ -77,6 +77,8 @@
|
|||
(define (compile-tree-module dir name getter)
|
||||
(with-output-to-file (format "~a.scm" name)
|
||||
(lambda ()
|
||||
(display `(declare (unit ,name)))
|
||||
(newline)
|
||||
(write (make-tree-module dir name getter))
|
||||
(newline))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue