mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
5 lines
108 B
Text
5 lines
108 B
Text
|
|
(define-module (chibi disasm)
|
|
(export disasm)
|
|
(import-immutable (scheme))
|
|
(include-shared "disasm"))
|