An open API service indexing awesome lists of open source software.

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

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