mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added more feature identifiers
This commit is contained in:
parent
a708a168dc
commit
f5729c4526
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue