8 lines
178 B
Racket
8 lines
178 B
Racket
(module dynext mzscheme
|
|
|
|
(require "compile.rkt" "link.rkt" "file.rkt")
|
|
|
|
(provide (all-from "compile.rkt")
|
|
(all-from "link.rkt")
|
|
(all-from "file.rkt")))
|