mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO
This commit is contained in:
parent
233d166e02
commit
30bc541aa6
1 changed files with 3 additions and 0 deletions
|
@ -1031,6 +1031,9 @@
|
|||
;; TODO: may run into issues with expanding now, before some
|
||||
;; of the macros are defined. may need to make a special pass
|
||||
;; to do loading or expansion of macro bodies
|
||||
;; TODO: would it be better to use *define-macros* directly instead
|
||||
;; of trying to define it here? that might help prevent issues where
|
||||
;; an expand is called here before all macros are defined yet
|
||||
`(define ,name ,(expand body))))
|
||||
((macro? exp *defined-macros*)
|
||||
(expand ;; Could expand into another macro
|
||||
|
|
Loading…
Add table
Reference in a new issue