*** empty log message ***

This commit is contained in:
Keisuke Nishida 2001-05-02 15:05:05 +00:00
commit 7a0d0cee1f
8 changed files with 27 additions and 443 deletions

View file

@ -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