Packages

An Erlang library to walk the Erlang AST with the ability to mutate it and keep state during transversal

Current section

Files

Jump to
ast_walk src ast_walk.app.src
Raw

src/ast_walk.app.src

{application,ast_walk,
[{description,"An Erlang library to walk the Erlang AST with the ability to mutate it and keep state during transversal"},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Mariano Guerra"]},
{licenses,["BSD"]},
{links,[{"Github",
"https://github.com/marianoguerra/ast_walk"}]}]}.