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
File diff suppressed because it is too large
Load Diff
|
@ -6,11 +6,16 @@
|
||||||
quote
|
quote
|
||||||
set!
|
set!
|
||||||
begin
|
begin
|
||||||
define-syntax)
|
define-macro)
|
||||||
|
|
||||||
(export syntax-error
|
(export syntax-error
|
||||||
|
define-syntax
|
||||||
let-syntax
|
let-syntax
|
||||||
letrec-syntax)
|
letrec-syntax
|
||||||
|
syntax-quote
|
||||||
|
syntax-quasiquote
|
||||||
|
syntax-unquote
|
||||||
|
syntax-unquote-splicing)
|
||||||
|
|
||||||
(export let
|
(export let
|
||||||
let*
|
let*
|
||||||
|
|
Loading…
Reference in New Issue