File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ The pigeon command generates parsers based on a [parsing expression grammar (PEG
8
8
9
9
See the [ godoc page] [ 3 ] for detailed usage.
10
10
11
+ ## Releases
12
+
13
+ * v1.0.0 is the tagged release of the original implementation.
14
+ * Work has started on v2.0.0 with some planned breaking changes.
15
+
16
+ Github user [ @mna ] [ 6 ] created the package in April 2015, and [ @breml ] [ 5 ] is the package's maintainer as of May 2017.
17
+
11
18
## Installation
12
19
13
20
Provided you have Go correctly installed with the $GOPATH and $GOBIN environment variables set, run:
@@ -142,3 +149,5 @@ The [BSD 3-Clause license][4]. See the LICENSE file.
142
149
[ 2 ] : http://www.codeproject.com/Articles/29713/Parsing-Expression-Grammar-Support-for-C-Part
143
150
[ 3 ] : https://godoc.org/github.com/mna/pigeon
144
151
[ 4 ] : http://opensource.org/licenses/BSD-3-Clause
152
+ [ 5 ] : https://github.com/breml
153
+ [ 6 ] : https://github.com/mna
You can’t perform that action at this time.
0 commit comments