Preliminary syntax ducking.
This commit is contained in:
parent
396e2d9896
commit
e6d798bc2a
6 changed files with 43 additions and 9 deletions
|
@ -22,6 +22,8 @@
|
|||
;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
;;
|
||||
|
||||
(declare (unit duck))
|
||||
|
||||
(module
|
||||
duck
|
||||
(
|
||||
|
@ -96,8 +98,8 @@
|
|||
(module
|
||||
modname
|
||||
exports
|
||||
(import (only scheme define set! quote reverse list quasiquote)
|
||||
(only (chicken module) export)
|
||||
(import scheme
|
||||
(chicken module)
|
||||
(chicken base)
|
||||
duck
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue