djspiewak / parseback

A Scala implementation of parsing with derivatives
http://parseback.io
Apache License 2.0
197 stars 22 forks source link

2.13 support #38

Closed pshirshov closed 4 years ago

pshirshov commented 6 years ago

Scala 2.13 is coming, it would be great to see this project available for it.

djspiewak commented 6 years ago

I’m blocked on cats, unfortunately. Currently in the process of trying to push that forward as much as I can. I agree with you though.

SwiftEngineer commented 4 years ago

Now that cats 2.1.0 is out, I thought I'd try my hand at doing the upgrade. My PR breaks CI pretty bad, but hopefully I'll have a fix for that soon. If all else fails, maybe the PR can at least be used by @djspiewak or another contributor as a starting point? 🤞

djspiewak commented 4 years ago

@SwiftEngineer Thanks for your work on this! I couldn't quite figure out how to make mima happier within the parseback build alone; I'm pretty sure it needs some smarter handling of this problem in sbt-spiewak itself. Released as 0.4.0!