Skip to content

Commit 33792d3

Browse files
committed
Add link to 'Building a lexer and parser with Scala's Parser Combinators'
1 parent fbf3d08 commit 33792d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
1010
## Documentation
1111

1212
* 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/)
1314
* [Current API](http://www.scala-lang.org/files/archive/api/current/scala-parser-combinators/scala/util/parsing/combinator)
1415

1516
## Adding an SBT dependency

0 commit comments

Comments
 (0)