ThoughtWorksInc / Dsl.scala

A framework to create embedded Domain-Specific Languages in Scala
Apache License 2.0
256 stars 29 forks source link

Cross compilation for Scala.js and Scala Native #68

Open Atry opened 6 years ago

benhutchison commented 6 years ago

Please enable this. Shouldn't be any fundamental blockers since its just syntactic transformation, is that correct?

Atry commented 6 years ago

Yes. I guess the compiler plugin do not need cross compilation. Only cross compiling the runtime libraries should be enough.

Feel free to create pull requests.

Atry commented 6 years ago

Scala.js build has been setup in https://github.com/ThoughtWorksInc/Dsl.scala/pull/130

Atry commented 6 years ago

Scala Native is still not supported yet