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:
Yuichi Nishiwaki 2015-06-10 19:41:59 +09:00
parent 25c0eb125e
commit a10ac3b770
2 changed files with 611 additions and 438 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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*