A rebar3 plugin for automatically compiling .abnf files using the fatpage compiler.
$ rebar3 compile
Add the plugin to your rebar config:
{erl_opts, [{i, "./_build/default/plugins/fatpage/include"}]}.
{plugins, [
{rebar3_fatpage_plugin, "0.0.0"}
]}.