mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-04 01:45:06 +02:00
currently just analyze-module to return all top-level forms of a module analyzed in the internal AST form.
5 lines
136 B
Text
5 lines
136 B
Text
|
|
(define-module (chibi modules)
|
|
(export analyze-module)
|
|
(import-immutable (scheme) (config) (chibi ast))
|
|
(include "modules.scm"))
|