bazooka a parser combinator library use as dependency (rebar3) rebar.config: {deps, [ {bazooka, {git, "https://github.com/kevindotklein/bazooka.git", {branch, "main"}}} ]}. shell: $ rebar3 get-deps compile and run tests compile: $ rebar3 compile run tests: $ rebar3 eunit