You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The [Getting Started](docs/Getting_Started.md) guide
14
+
* A more complicated example, [Building a lexer and parser with Scala's Parser Combinators](https://enear.github.io/2016/03/31/parser-combinators/)
15
+
* "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.
14
16
15
17
## Adding an SBT dependency
16
18
To depend on scala-parser-combinators in SBT, add something like this to your build.sbt:
(Assuming you're using a `scalaVersion` for which a scala-parser-combinators is published. The first 2.11 milestone for which this is true is 2.11.0-M4.)
23
25
24
26
To support multiple Scala versions, see the example in https://github.com/scala/scala-module-dependency-sample.
0 commit comments