Debugging

This commit is contained in:
Justin Ethier 2015-08-18 21:36:18 -04:00
parent 1dc762a048
commit 5abd750697
2 changed files with 3 additions and 2 deletions

View file

@ -147,7 +147,7 @@ uninstall:
# It may be possible to use dynamic linking to reduce some of this overhead # It may be possible to use dynamic linking to reduce some of this overhead
# in the future (should really look into that!) # in the future (should really look into that!)
trans: trans:
cyclone scheme/cyclone/transforms.sld && sudo cp scheme/cyclone/transforms.* /usr/local/share/cyclone/scheme/cyclone/ && cyclone cyclone.scm && sudo cp cyclone /usr/local/bin cyclone scheme/cyclone/macros.sld && sudo cp scheme/cyclone/macros.* /usr/local/share/cyclone/scheme/cyclone/ && cyclone scheme/cyclone/transforms.sld && sudo cp scheme/cyclone/transforms.* /usr/local/share/cyclone/scheme/cyclone/ && cyclone cyclone.scm && sudo cp cyclone /usr/local/bin
# cyclone scheme/cyclone/transforms.sld # cyclone scheme/cyclone/transforms.sld
# sudo cp scheme/cyclone/transforms.* /usr/local/share/cyclone/scheme/cyclone/ # sudo cp scheme/cyclone/transforms.* /usr/local/share/cyclone/scheme/cyclone/
# cyclone cyclone.scm # cyclone cyclone.scm

View file

@ -125,7 +125,8 @@
; macros)) ; macros))
macros macros
*defined-macros*))) *defined-macros*)))
TODO: try this again, make sure macro is loaded: (trace:info *defined-macros*) ;TODO: try this again, make sure macro is loaded:
(trace:info *defined-macros*)
;; END JAE DEBUG ;; END JAE DEBUG
(set! input-program (expand input-program)) (set! input-program (expand input-program))