Skip to content

Commit 9e3dba7

Browse files
authored
Merge pull request #227 from SethTisue/remove-json
remove long-deprecated scala.util.parsing.json
2 parents 27a9462 + 6575343 commit 9e3dba7

File tree

8 files changed

+1
-739
lines changed

8 files changed

+1
-739
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
1616
* [Current API](https://javadoc.io/page/org.scala-lang.modules/scala-parser-combinators_2.12/latest/scala/util/parsing/combinator/index.html)
1717
* The [Getting Started](docs/Getting_Started.md) guide
1818
* A more complicated example, [Building a lexer and parser with Scala's Parser Combinators](https://enear.github.io/2016/03/31/parser-combinators/)
19-
* "Combinator Parsing", chapter 33 of [_Programming in Scala, Third Edition_](http://www.artima.com/shop/programming_in_scala), shows how to use this library to parse arithmetic expressions and JSON. The second half of the chapter examines how the library is implemented.
19+
* "Combinator Parsing", chapter 33 of [_Programming in Scala, Third Edition_](http://www.artima.com/shop/programming_in_scala), shows how to apply this library to e.g. parsing of arithmetic expressions. The second half of the chapter examines how the library is implemented.
2020

2121
## Adding an sbt dependency
2222
To depend on scala-parser-combinators in sbt, add something like this to your build.sbt:

Diff for: jvm/src/test/scala/scala/util/parsing/combinator/t4929.scala

-41
This file was deleted.

Diff for: shared/src/main/scala/scala/util/parsing/json/JSON.scala

-100
This file was deleted.

Diff for: shared/src/main/scala/scala/util/parsing/json/Lexer.scala

-92
This file was deleted.

Diff for: shared/src/main/scala/scala/util/parsing/json/Parser.scala

-149
This file was deleted.

0 commit comments

Comments
 (0)