summaryrefslogtreecommitdiff
path: root/scheme
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-03-16 06:55:32 +0000
committermichele.simionato <devnull@localhost>2009-03-16 06:55:32 +0000
commitf5cf1e37d3d993e83b8ccd64d273a4f0f983636d (patch)
tree0fd4bf139e120b1f5abb437080702edd6286bc77 /scheme
parentc1e96d6b7c6a4f356c9fd1f3d0a6db9c9fe8f566 (diff)
downloadmicheles-f5cf1e37d3d993e83b8ccd64d273a4f0f983636d.tar.gz
Registered scheme20 and worked a lot on scheme19
Diffstat (limited to 'scheme')
-rw-r--r--scheme/aps/lang.sls2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/aps/lang.sls b/scheme/aps/lang.sls
index e76ba1e..f2da11e 100644
--- a/scheme/aps/lang.sls
+++ b/scheme/aps/lang.sls
@@ -3,7 +3,7 @@
(export :)
(import (rnrs) (sweet-macros))
-;;COLONS
+;;COLON
(def-syntax :
(syntax-match ()
(sub (: let-form e)