*** empty log message ***
This commit is contained in:
parent
abaca96059
commit
7a0d0cee1f
8 changed files with 27 additions and 443 deletions
|
|
@ -89,6 +89,9 @@
|
|||
(let ((m (string-match "\\.[^.]*$" file)))
|
||||
(string-append (if m (match:prefix m) file) ".go")))
|
||||
|
||||
(define-public (scheme-eval x e)
|
||||
(vm-load (the-vm) (compile-in x e scheme)))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Scheme compiler interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue