Skip to content

Commit da176a0

Browse files
authoredNov 17, 2020
Merge pull request #317 from scala/SethTisue-patch-1
some small readme tweaks
2 parents 2f7ff59 + 3e2ef2b commit da176a0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

‎README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
### Scala Standard Parser Combinator Library
99

10-
This library is now community-maintained. If you are interested in helping please contact [@Philippus](https://github.com/philippus) or [@SethTisue](https://github.com/SethTisue).
11-
12-
As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use Parser Combinators.
10+
This library was originally part of the Scala standard library, but is now community-maintained, under the guidance of the Scala team at Lightbend. If you are interested in helping please contact [@Philippus](https://github.com/philippus) or [@SethTisue](https://github.com/SethTisue).
1311

1412
## Documentation
1513

@@ -29,7 +27,7 @@ To support multiple Scala versions, see the example in [scala/scala-module-depen
2927

3028
### Scala.js and Scala Native
3129

32-
Scala-parser-combinators is also available for Scala.js 0.6+ and Scala Native:
30+
Scala-parser-combinators is also available for Scala.js and Scala Native:
3331

3432
```
3533
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2"
@@ -78,3 +76,7 @@ details.
7876
* Have a look at [existing issues](https://github.com/scala/scala-parser-combinators/issues)
7977
* Ask questions and discuss [on Gitter](https://gitter.im/scala/contributors)
8078
* Feel free to open draft pull requests with partially completed changes, to get feedback.
79+
80+
## Alternatives
81+
82+
A number of other parsing libraries for Scala are available; see https://github.com/lauris/awesome-scala#parsing

0 commit comments

Comments
 (0)
Please sign in to comment.