mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Debugging
This commit is contained in:
parent
1dc762a048
commit
5abd750697
2 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -147,7 +147,7 @@ uninstall:
|
|||
# It may be possible to use dynamic linking to reduce some of this overhead
|
||||
# in the future (should really look into that!)
|
||||
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
|
||||
# sudo cp scheme/cyclone/transforms.* /usr/local/share/cyclone/scheme/cyclone/
|
||||
# cyclone cyclone.scm
|
||||
|
|
|
@ -125,7 +125,8 @@
|
|||
; macros))
|
||||
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
|
||||
|
||||
(set! input-program (expand input-program))
|
||||
|
|
Loading…
Add table
Reference in a new issue