Added more feature identifiers

This commit is contained in:
Justin Ethier 2015-07-30 22:46:33 -04:00
parent a708a168dc
commit f5729c4526

View file

@ -82,7 +82,7 @@
)
(begin
;; Features implemented by this Scheme
(define (features) '(cyclone))
(define (features) '(cyclone r7rs exact-closed))
;; TODO: The whitespace characters are space, tab, line feed, form feed (not in parser yet), and carriage return.
(define call-with-current-continuation call/cc)