File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 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
88
99See the [ godoc page] [ 3 ] for detailed usage.
1010
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+
1118## Installation
1219
1320Provided 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.
142149[ 2 ] : http://www.codeproject.com/Articles/29713/Parsing-Expression-Grammar-Support-for-C-Part
143150[ 3 ] : https://godoc.org/github.com/mna/pigeon
144151[ 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