arrdem / oxcart

[ABANDONED] An optimizing Clojure compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oxcart.core/load doesn't produce a forms vector

arrdem opened this issue · comments

oxcart.core/load is defined to produce {:modules #{Symbol} symbol -> {:forms [AST]}}, however in the current build this is broken because of how load adds new top level forms to the forms sequence.