rewrite boot.c. add syntax-quote family
[boot.c] (cond) should be expanded into #undefined update boot.c [boot.c] bugfix boot.c bugfix
This commit is contained in:
parent
25c0eb125e
commit
a10ac3b770
1040
extlib/benz/boot.c
1040
extlib/benz/boot.c
File diff suppressed because it is too large
Load Diff
|
@ -6,11 +6,16 @@
|
|||
quote
|
||||
set!
|
||||
begin
|
||||
define-syntax)
|
||||
define-macro)
|
||||
|
||||
(export syntax-error
|
||||
define-syntax
|
||||
let-syntax
|
||||
letrec-syntax)
|
||||
letrec-syntax
|
||||
syntax-quote
|
||||
syntax-quasiquote
|
||||
syntax-unquote
|
||||
syntax-unquote-splicing)
|
||||
|
||||
(export let
|
||||
let*
|
||||
|
|
Loading…
Reference in New Issue