From f01a5e637ee9c2994c91b203b10263930550e908 Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 24 Apr 2024 07:10:58 +0900 Subject: [PATCH] Update the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1b4f21..5d28cc0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ This library supports the linear-time parsing known as the [*Packrat*](http://pd IMPORTANT NOTE for some Linux distributions such as Ubuntu and CentOS: Need `-pthread` option when linking. See [#23](https://github.com/yhirose/cpp-peglib/issues/23#issuecomment-261126127), [#46](https://github.com/yhirose/cpp-peglib/issues/46#issuecomment-417870473) and [#62](https://github.com/yhirose/cpp-peglib/issues/62#issuecomment-492032680). +I am sure that you will enjoy this excellent ["Practical parsing with PEG and cpp-peglib"](https://berthub.eu/articles/posts/practical-peg-parsing/) article by [bert hubert](https://berthub.eu/)! + How to use ----------