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
5ff206ef3a
commit
9335affbd1
1 changed files with 1 additions and 0 deletions
|
@ -732,6 +732,7 @@
|
|||
|
||||
;; Macro expansion
|
||||
|
||||
TODO: modify this whole section to use macros:get-env instead of *defined-macros*. macro:get-env becomes the mac-env. any new scopes need to extend that env, and an env parameter needs to be added to (expand). any macros defined with define-syntax use that env as their mac-env (how to store that)?
|
||||
; expand : exp -> exp
|
||||
(define (expand exp)
|
||||
(cond
|
||||
|
|
Loading…
Add table
Reference in a new issue