A rebar3 plugin for automatically compiling .abnf files using the abnfc compiler.
$ rebar3 compile
Add the plugin to your rebar config:
{erl_opts, [{i, "./_build/default/plugins/abnfc/include"}]}.
{plugins, [
{rebar3_abnfc_plugin, "0.0.0"}
]}.
Configure abnfc options, e.g.
{abnfc_opts, []}.