From 38d48971f31074abf7a4b1bbbf38b4b0d1e16081 Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 7 Mar 2019 21:22:17 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18e0d2..e7df59a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ cpp-peglib C++11 header-only [PEG](http://en.wikipedia.org/wiki/Parsing_expression_grammar) (Parsing Expression Grammars) library. You can start using it right away just by including `peglib.h` in your project. -You can also try the online version at https://yhirose.github.io/cpp-peglib. +You can also try the online version, PEG Playground at https://yhirose.github.io/cpp-peglib. The PEG syntax is well described on page 2 in the [document](http://www.brynosaurus.com/pub/lang/peg.pdf). *cpp-peglib* also supports the following additional syntax for now: