From e555bb808abbb615ed03f9af4c9de99ca34310d7 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Mon, 26 Jun 2017 12:39:00 +0200 Subject: [PATCH 1/3] Update notes.txt --- notes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes.txt b/notes.txt index b669134..e5cd6bc 100644 --- a/notes.txt +++ b/notes.txt @@ -1,3 +1,4 @@ +[next] cleanup error reporting custom tokens @@ -6,3 +7,6 @@ streaming benchmarking code generation go code generation js + +[problems] +can the root be an alias? check the commit mechanism From d9a76087ec3ce222ac3d836706dea43434368e05 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Tue, 27 Jun 2017 05:58:51 +0200 Subject: [PATCH 2/3] Update notes.txt --- notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.txt b/notes.txt index e5cd6bc..6340705 100644 --- a/notes.txt +++ b/notes.txt @@ -1,6 +1,7 @@ [next] cleanup error reporting +coverage custom tokens indentation streaming From a303f012aed77178ed5fd17b6acbd9ccf81fb5a5 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Wed, 28 Jun 2017 14:51:31 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f05efa2..3c35556 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# parse +# treerack + Generic parser generator for Go