From 6ac5f40f7c16ddd2e63df71e739ee9d9899078be Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 20 Jul 2024 21:36:34 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5580687..17d02776 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ library, check out the following blog post: - [Easy Parsing with Parser Combinators](http://www.lihaoyi.com/post/EasyParsingwithParserCombinators.html) +The following post gives a good overview of the design of FastParse: + +- [Fastparse 2: Even Faster Scala Parser Combinators](https://www.lihaoyi.com/post/Fastparse2EvenFasterScalaParserCombinators.html) + This readme contains some developer docs, if you intend on working on the fastparse repo, not just using it as a library.