Skip to content

Commit bfb3861

Browse files
committed
Add pkg.go.dev badge
1 parent 96934ec commit bfb3861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
parse is Go implementation of PEG parser.
22
=========================================
33

4+
[![Go Reference](https://pkg.go.dev/badge/github.com/rymis/parse.svg)](https://pkg.go.dev/github.com/rymis/parse)
5+
46
This is simple Go parser that uses mapping from Go types to PEG language definitions.
57

68
Simple example:

0 commit comments

Comments
 (0)