ex_abnf v0.2.7
Modules summary ↑
| ABNF | Main module. ABNF parser as described in RFC4234 and RFC5234 |
| ABNF.CaptureResult | Capture result, used when returning a result after applying a grammar to an input |
| ABNF.Core | Core rules found in the Apendix B of the ABNF RFC |
| ABNF.Grammar | Parses an ABNF Grammar |
| ABNF.Interpreter | This modules implements the Grammar.t interpreter. Applying a Grammar.t to the given input will result in a CaptureResult.t or an exception |
| ABNF.Util | Some utilities used internally |