rebcabin / masr

Meta ASR: replacement for aging ASDL
MIT License
4 stars 0 forks source link

More non-Clojure output syntax in `--show-asr` #35

Open rebcabin opened 1 year ago

rebcabin commented 1 year ago

Clojure can't parse the @ sign in the following:

                      pow@:__lpython_overloaded_0__pow

I'll find some workaround.

rebcabin commented 1 year ago

Clojure uses the @ symbol for a variety of things including futures

class clojure.lang.Keyword cannot be cast to class java.util.concurrent.Future 
(clojure.lang.Keyword is in unnamed module of loader 'app'; java.util.concurrent.Future is in 
module java.base of loader 'bootstrap')
certik commented 1 year ago

I think that's a duplicate of https://github.com/lcompilers/lpython/issues/1496.