Skip to content

some small readme tweaks #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

### Scala Standard Parser Combinator Library

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).

As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use Parser Combinators.
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).

## Documentation

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

### Scala.js and Scala Native

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

```
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2"
Expand Down Expand Up @@ -78,3 +76,7 @@ details.
* Have a look at [existing issues](https://github.com/scala/scala-parser-combinators/issues)
* Ask questions and discuss [on Gitter](https://gitter.im/scala/contributors)
* Feel free to open draft pull requests with partially completed changes, to get feedback.

## Alternatives

A number of other parsing libraries for Scala are available; see https://github.com/lauris/awesome-scala#parsing