Add a quick TODO; interpret-import in progress

This commit is contained in:
Scott Richmond 2022-04-08 20:48:09 -04:00
parent 3749d2ea50
commit 2f6e81edb1

View File

@ -257,7 +257,7 @@
(parser/parse) (parser/parse)
(interpret))] (interpret))]
(swap! ctx update-ctx {name result}) (swap! ctx update-ctx {name result})
result result ;; TODO: test this!
)))) ))))
(defn interpret-ast [ast ctx] (defn interpret-ast [ast ctx]