Repository navigation
abnf
- Website
- Wikipedia
BNF wrangling and railroad diagrams
A parser for nondeterministic context free languages
Java fuzz testing library for implementations of ABNF rules such as IETF RFCs
Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.
Parseit - Parseit is command line tool to parse data using EBNF or ABNF using the excellent Instaparse library, and serializing the result into JSON, EDN, YAML or Transit format
Translate any ABNF grammar to ANTLR
Package abnf generates parsers from ABNF grammar (RFC 5234, RFC 7405).
Augmented Backus-Naur Form (ABNF) in Go. Implements RFC 5234 and 7405, with Errata 2968 and 3076.
collection of multiple modules, which includes a parser generator and parsers generated by it.
Parser combinators for Augmented BNF grammars (RFC 4234)