mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added call-with-current-continuation
This commit is contained in:
parent
3d7b816272
commit
c6d9bea327
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
(define *built-ins* `(
|
||||
(define *Cyc-version-banner* ,*version-banner*)
|
||||
;; 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)
|
||||
(define (char-whitespace? c) (member c '(#\tab #\space #\return #\newline)))
|
||||
(define (char-numeric? c) (member c '(#\0 #\1 #\2 #\3 #\4 #\5 #\6 #\7 #\8 #\9)))
|
||||
(define (foldl func accum lst)
|
||||
|
|
Loading…
Add table
Reference in a new issue