We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0926ba1 commit 6ac5f40Copy full SHA for 6ac5f40
README.md
@@ -21,6 +21,10 @@ library, check out the following blog post:
21
22
- [Easy Parsing with Parser Combinators](http://www.lihaoyi.com/post/EasyParsingwithParserCombinators.html)
23
24
+The following post gives a good overview of the design of FastParse:
25
+
26
+- [Fastparse 2: Even Faster Scala Parser Combinators](https://www.lihaoyi.com/post/Fastparse2EvenFasterScalaParserCombinators.html)
27
28
This readme contains some developer docs, if you intend on working on the
29
fastparse repo, not just using it as a library.
30
0 commit comments