mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO's
This commit is contained in:
parent
1e64637b4f
commit
0f7772fa90
1 changed files with 2 additions and 1 deletions
|
@ -775,6 +775,7 @@
|
|||
;; Previous list should eventually go away once macros are
|
||||
;; moved from that static list to libraries
|
||||
(macro:add! name body)
|
||||
TODO: add macro to env
|
||||
;; Keep as a 'define' form so available at runtime
|
||||
;; TODO: may run into issues with expanding now, before some
|
||||
;; of the macros are defined. may need to make a special pass
|
||||
|
@ -787,7 +788,7 @@
|
|||
;;
|
||||
`(define ,name ,(expand body env))))
|
||||
|
||||
; TODO: need to change below to use the env
|
||||
TODO: need to change below to use the env, and corresponding changes to macros module to set renames
|
||||
((macro:macro? exp *defined-macros*)
|
||||
;(trace:info (list 'expanding exp))
|
||||
(expand ;; Could expand into another macro
|
||||
|
|
Loading…
Add table
Reference in a new issue