mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Renamed module
This commit is contained in:
parent
4530241ad4
commit
0ef98dc6f5
2 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
; TODO: need filter for the next two. also, they really belong in SRFI-1, not here
|
||||
;delete
|
||||
;delete-duplicates
|
||||
list-insert-at!
|
||||
call-with-current-continuation
|
||||
call/cc
|
||||
call-with-values
|
||||
|
@ -63,7 +64,7 @@
|
|||
Cyc-remove-exception-handler
|
||||
newline
|
||||
)
|
||||
(include "cyclone.scm")
|
||||
(include "common.scm")
|
||||
(begin
|
||||
(define *Cyc-version-banner* *version-banner*)
|
||||
;; TODO: The whitespace characters are space, tab, line feed, form feed (not in parser yet), and carriage return.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
;; various utility functions used by the compiler.
|
||||
;;
|
||||
|
||||
(load (string-append (cyc:get-lib-dir) "scheme/cyclone.scm"))
|
||||
(load (string-append (cyc:get-lib-dir) "scheme/common.scm"))
|
||||
|
||||
;; Built-in macros
|
||||
;; TODO: just a stub, real code would read (define-syntax)
|
||||
|
|
Loading…
Add table
Reference in a new issue