From 3a6d202d17d893298a280a94af0b115e08c3fe86 Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 4 Sep 2018 21:27:02 -0400 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d039b7..c3b28b7 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ Sample codes PEG debug --------- -A debug viewer for Parsing Expression Grammars using cpp-peglib by [mqnc](https://github.com/mqnc). Please see [his gihub project page](https://github.com/mqnc/pegdebug). You can see a HTML output of parsing PL/0 source code [here](https://mqnc.github.io/pegdebug/example/output.html). +A debug viewer for Parsing Expression Grammars using cpp-peglib by [mqnc](https://github.com/mqnc). Please see [his gihub project page](https://github.com/mqnc/pegdebug) for the detail. You can see a parse result of PL/0 code [here](https://mqnc.github.io/pegdebug/example/output.html). Tested compilers ---------------- @@ -497,7 +497,7 @@ Tested compilers * Clang++ 3.5 * G++ 5.4 on Ubuntu 16.04 - IMPORTANT NOTE for Ubuntu: Need `-pthread` option when linking. See [#23](https://github.com/yhirose/cpp-peglib/issues/23#issuecomment-261126127). + IMPORTANT NOTE for Ubuntu: Need `-pthread` option when linking. See [#23](https://github.com/yhirose/cpp-peglib/issues/23#issuecomment-261126127) and [#46](https://github.com/yhirose/cpp-peglib/issues/46#issuecomment-417870473). TODO ----