Added additional features

This commit is contained in:
Justin Ethier 2016-04-05 03:28:18 -04:00
parent e451d1d606
commit 67f73d1d8a

View file

@ -207,7 +207,9 @@
) )
(begin (begin
;; Features implemented by this Scheme ;; Features implemented by this Scheme
(define (features) '(cyclone r7rs exact-closed)) (define (features) '(cyclone r7rs exact-closed
ieee-float
posix))
(define-syntax and (define-syntax and
(er-macro-transformer (er-macro-transformer