mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Exporting syntax-rules from (scheme r5rs).
This commit is contained in:
parent
705260f78e
commit
7f7a75d4f5
1 changed files with 3 additions and 4 deletions
|
@ -49,7 +49,6 @@
|
|||
string-ci<=? string-ci=? string-ci>? string-ci>=? string-copy
|
||||
string-fill! string-length string-ref string-set! string? string<?
|
||||
string<=? string=? string>? string>=? substring symbol->string symbol?
|
||||
tan truncate values vector vector->list vector-fill! vector-length
|
||||
vector-ref vector-set! vector? with-input-from-file
|
||||
with-output-to-file write write-char zero?
|
||||
))
|
||||
syntax-rules tan truncate values vector vector->list vector-fill!
|
||||
vector-length vector-ref vector-set! vector? with-input-from-file
|
||||
with-output-to-file write write-char zero?))
|
||||
|
|
Loading…
Add table
Reference in a new issue