abnf is a library for coping with ABNF grammar in Go.
- RFC 5234 with errata 2968 3076
- RFC 7405
- Verify the validity of a string against a Grammar
- Serialize a Grammar to an ABNF string
2-Clause BSD
- write comments
- clean some ugly stuff
- compile a ABNF string to a Grammar
- generate types from a Grammar
- unmarshal a string from a Grammar and fill data structs