mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 12:46:35 +02:00
Added TODO
This commit is contained in:
parent
bd98b3f661
commit
5441714fbd
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
|||
(tagged-list? 'define-syntax exp))
|
||||
|
||||
(define (macro:macro? exp defined-macros) (assoc (car exp) defined-macros))
|
||||
TODO: seems to be a problem with below. may want to revert and try and see if that works, then
|
||||
restore this and debug...
|
||||
(define (macro:expand macro-val exp mac-env)
|
||||
(let* ( ;(macro (assoc (car exp) defined-macros))
|
||||
(compiled-macro? (or (macro? (Cyc-get-cvar macro-val))
|
||||
|
|
Loading…
Add table
Reference in a new issue