Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9e3dba7

Browse files
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

‎README.md‎

Lines changed: 1 addition & 1 deletion
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:

‎jvm/src/test/scala/scala/util/parsing/combinator/t4929.scala‎

Lines changed: 0 additions & 41 deletions
This file was deleted.

‎shared/src/main/scala/scala/util/parsing/json/JSON.scala‎

Lines changed: 0 additions & 100 deletions
This file was deleted.

‎shared/src/main/scala/scala/util/parsing/json/Lexer.scala‎

Lines changed: 0 additions & 92 deletions
This file was deleted.

‎shared/src/main/scala/scala/util/parsing/json/Parser.scala‎

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /