getkyo / kyo

Toolkit for Scala Development
https://getkyo.io
Apache License 2.0
558 stars 46 forks source link

[prelude] Parse: readAspect + spaced + readWhile + by-name parsers #843

Closed fwbrasil closed 1 week ago

fwbrasil commented 1 week ago

The build for Scala Native is failing with the same issue as https://github.com/getkyo/kyo/pull/839 because of the use of Aspect in Parse. I've moved ParseTest to JVM only as a workaround.