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.
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
@targetNameand@staticannotations across various parts of the repo. These will, for Scala 3parsley, at least, help ease any cross-building.