j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
173 stars 15 forks source link

`targetName3` and `static3` #239

Open j-mie6 opened 3 months ago

j-mie6 commented 3 months ago

To ease the possibility of Parsley's use in other languages, like Kotlin or Java, as well as to have nice debug traces, it is probably a good idea to use the @targetName and @static annotations across various parts of the repo. These will, for Scala 3 parsley, at least, help ease any cross-building.