summaryrefslogtreecommitdiff
path: root/scheme/mit/geiser/compile.scm
blob: 5817aa20a42df0a24b8770cefcfaa2a12b223937 (plain)
1
2
3
4
5
6
7
8
9
(declare (usual-integrations))

(load-option 'CREF)

(with-working-directory-pathname
    (directory-pathname (current-load-pathname))
  (lambda ()
    (cf "emacs")
    (cref/generate-constructors "geiser" 'ALL)))