Pretty-print closure converted code

This commit is contained in:
Justin Ethier 2018-09-06 12:53:26 -04:00
parent 8e75b435d7
commit bea5644503

View file

@ -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")