https://github.com/nsmith5/abnf
Golang library for Augmented Backus-Naur Form grammars
https://github.com/nsmith5/abnf
Last synced: about 1 month ago
JSON representation
Golang library for Augmented Backus-Naur Form grammars
- Host: GitHub
- URL: https://github.com/nsmith5/abnf
- Owner: nsmith5
- Created: 2019-12-21T23:23:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-25T03:02:18.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T02:59:39.012Z (over 1 year ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abnf
*An ABNF parser generator for Go*
| **Documentation** | **Build Status** |
|:---------------------------:|:-------------------------------------------------------:|
|[![docs-img]][docs-url] | [![drone-img]][drone-url] [![codecov-img]][codecov-url] |
## About
abnf is an Augmented Backus-Naur Form library for Golang. This is currently a work in progress.
[docs-img]: https://godoc.org/github.com/nsmith5/abnf?status.svg
[docs-url]: https://godoc.org/github.com/nsmith5/abnf
[codecov-img]: https://codecov.io/gh/nsmith5/abnf/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/nsmith5/abnf
[drone-img]: https://cloud.drone.io/api/badges/nsmith5/abnf/status.svg
[drone-url]: https://cloud.drone.io/nsmith5/abnf