mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Pretty-print closure converted code
This commit is contained in:
parent
8e75b435d7
commit
bea5644503
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@
|
|||
; (caddr ;; Strip off superfluous lambda
|
||||
; (closure-convert input-program)))
|
||||
(trace:info "---------------- after closure-convert:")
|
||||
(trace:info input-program) ;pretty-print
|
||||
(trace:info (ast:ast->pp-sexp input-program))
|
||||
|
||||
(when (not *do-code-gen*)
|
||||
(trace:error "DEBUG, existing program")
|
||||
|
|
Loading…
Add table
Reference in a new issue