kpy3 / rebar3_abnf_compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABNF compiler plugin for rebar3

This plugin adds compiler for ABNF to rebar3.

Requirements

This plugin requires rebar 3.7+.

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    {rebar3_abnf_compiler, "0.1.0"}
]}.

Following config options supported:

{abnf_opts, [
    binary, % return result in binary instead of list
    verbose % verbose mode
]}.

About

License:Apache License 2.0


Languages

Language:Erlang 100.0%