We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf3d08 commit 33792d3Copy full SHA for 33792d3
README.md
@@ -10,6 +10,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
10
## Documentation
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)
15
16
## Adding an SBT dependency
0 commit comments