ex_abnf v0.3.0 API Reference

Modules

Main module. ABNF parser as described in RFC4234 and RFC5234

Capture result, used when returning a result after applying a grammar to an input

Core rules found in the Apendix B of the ABNF RFC

Parses an ABNF Grammar

This modules implements the Grammar.t interpreter. Applying a Grammar.t to the given input will result in a CaptureResult.t or an exception

Some utilities used internally