File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
9
9
10
10
## Documentation
11
11
12
- * [ Latest version] ( http://www.scala-lang.org/files/archive/api/2.11.2/scala-parser-combinators/ )
13
- * [ Previous versions] ( http://scala-lang.org/documentation/api.html ) (included in the API docs for the Scala library until Scala 2.11)
12
+ * A (perhaps somewhat outdated) [ Getting Started] ( https://wiki.scala-lang.org/display/SW/Parser+Combinators--Getting+Started )
13
+ * A more complicated example, [ Building a lexer and parser with Scala's Parser Combinators] ( https://enear.github.io/2016/03/31/parser-combinators/ )
14
+ * [ Current API] ( http://www.scala-lang.org/files/archive/api/current/scala-parser-combinators/scala/util/parsing/combinator )
14
15
15
16
## Adding an SBT dependency
16
17
To depend on scala-parser-combinators in SBT, add something like this to your build.sbt:
You can’t perform that action at this time.
0 commit comments