platzhaltr / datr.scala

Natural date parsing with parboiled2
4 stars 1 forks source link

ScalaJS support #1

Open antonkulaga opened 9 years ago

antonkulaga commented 9 years ago

As parboiled2 now also compiles to scalajs it is possible to make this library cross scala/scalajs that will allow to use it in all (client/server/mixed) enviorments

oschrenk commented 9 years ago

This was partly the original motivation to write this thing. It's definitely on my todo list.

antonkulaga commented 9 years ago

great!

oschrenk commented 9 years ago

Now that somebody finally release a working binary for parboiled on Maven Central, I'm making some headway. Now I'm banging against the problem that joda-time has no ScalaJS equivalent.

I need to rethink some things to continue.