【发布时间】:2020-09-28 05:57:09
【问题描述】:
球拍新手。为什么下面显示 lo 的未绑定标识符错误的任何想法:
(let (
(l0 (gensym "end"))
(l1 (gensym "if"))
(c1 (compile-e el))
(c0 (compile-cs cs l0)) ;;unbound identifier error here
)
`((mov rax 1)
,@c0
(cmp rax 0)
(je ,l0)
,@c1
,l0))]
【问题讨论】:
标签: racket