You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is now community-maintained. If you are interested in helping please contact @gourlaysama or mention it [on Gitter](https://gitter.im/scala/scala-parser-combinators).
7
+
6
8
As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use Parser Combinators.
7
9
8
10
## Documentation
@@ -24,4 +26,5 @@ To support multiple Scala versions, see the example in https://github.com/scala/
24
26
## Contributing
25
27
26
28
* See the [Scala Developer Guidelines](https://github.com/scala/scala/blob/2.12.x/CONTRIBUTING.md) for general contributing guidelines
27
-
* Have a look at [existing issues](https://issues.scala-lang.org/issues/?filter=12606)
29
+
* Have a look at [existing issues](https://github.com/scala/scala-parser-combinators/issues)
30
+
* Ask questions and discuss [on Gitter](https://gitter.im/scala/scala-parser-combinators)
0 commit comments