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
This library was originally part of the Scala standard library, but is now community-maintained, under the guidance of the Scala team at Lightbend. If you are interested in helping please contact [@Philippus](https://github.com/philippus) or [@SethTisue](https://github.com/SethTisue).
* The [Getting Started](docs/Getting_Started.md) guide
20
18
* A more complicated example, [Building a lexer and parser with Scala's Parser Combinators](https://enear.github.io/2016/03/31/parser-combinators/)
21
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.
@@ -24,7 +22,7 @@ The 1.2.0-RCx series supports Scala 3.
24
22
To depend on scala-parser-combinators in sbt, add something like this to your build.sbt:
To support multiple Scala versions, see the example in [scala/scala-module-dependency-sample](https://github.com/scala/scala-module-dependency-sample).
@@ -34,7 +32,7 @@ To support multiple Scala versions, see the example in [scala/scala-module-depen
34
32
Scala-parser-combinators is also available for Scala.js and Scala Native:
0 commit comments