diff --git a/README.md b/README.md index 97c4bb39..7fa91bed 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala ## Documentation + * [Current API](http://www.scala-lang.org/files/archive/api/current/scala-parser-combinators/scala/util/parsing/combinator) * A (perhaps somewhat outdated) [Getting Started](https://wiki.scala-lang.org/display/SW/Parser+Combinators--Getting+Started) * A more complicated example, [Building a lexer and parser with Scala's Parser Combinators](https://enear.github.io/2016/03/31/parser-combinators/) - * [Current API](http://www.scala-lang.org/files/archive/api/current/scala-parser-combinators/scala/util/parsing/combinator) + * "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. ## Adding an SBT dependency To depend on scala-parser-combinators in SBT, add something like this to your build.sbt: