diff --git a/get-module-bytecode.rkt b/get-module-bytecode.rkt index 0b43f2a..f2a3854 100644 --- a/get-module-bytecode.rkt +++ b/get-module-bytecode.rkt @@ -82,8 +82,8 @@ [current-namespace base-namespace]) (port-count-lines! ip) (define stx (read-syntax (object-name ip) ip)) - + (compile stx) ;(printf "got stx; now expanding out the images\n") - (define expanded-stx (expand-out-images stx)) + #;(define expanded-stx (expand-out-images stx)) ;(printf "now trying to compile the expanded syntax\n") - (compile expanded-stx))) \ No newline at end of file + #;(compile expanded-stx))) \ No newline at end of file