racket/collects/tests/mzscheme/benchmarks/mz/expand-class.scm
2008-02-24 21:27:36 +00:00

9 lines
289 B
Scheme

(let ([dir (build-path (collection-path "mzlib")
"private")])
(with-input-from-file (build-path dir "class-internal.ss")
(lambda ()
(parameterize ([current-load-relative-directory dir])
(let ([s (read-syntax)])
(time (compile s)))))))