turned off debug print
This commit is contained in:
parent
b01447626c
commit
07b393f693
|
@ -74,7 +74,7 @@
|
|||
(define op (open-output-bytes))
|
||||
(write raw-bytecode op)
|
||||
(define whalesong-bytecode (parse-bytecode (open-input-bytes (get-output-bytes op))))
|
||||
(pretty-print whalesong-bytecode)
|
||||
#;(pretty-print whalesong-bytecode)
|
||||
(define compiled-bytecode (compile-for-repl whalesong-bytecode))
|
||||
#;(pretty-print compiled-bytecode)
|
||||
(define assembled-op (open-output-string))
|
||||
|
|
Loading…
Reference in New Issue
Block a user