ABNF.Interpreter

Parser functions for the abnf rules.

Source

Summary

run(grammar, rule, input, state)

Types

match :: [byte]

rest :: [byte]

result :: nil | {match, rest}

Functions

run(grammar, rule, input, state)

Specs:

Source