leonoel / cloroutine

Coroutine support for clojure
Eclipse Public License 2.0
230 stars 10 forks source link

FEAT: Remove Clojurescript requirement #21 #28

Closed kawas44 closed 6 months ago

kawas44 commented 6 months ago

Add two new namespaces to expose clj and cljs dedicated analyze functions. Refactor the main analyze function to dynamically test if Clojurescript is provided in a clj context, then choose a dedicated analyzer accordingly.