erl_ast 0.0.4

A Rust representation of Abstract Syntax Trees of Erlang modules
Documentation
erl_ast
=======

[![](http://meritbadge.herokuapp.com/erl_ast)](https://crates.io/crates/erl_ast)

A Rust library for working with Abstract Syntax Trees of Erlang programs

Documentation
-------------

See [RustDoc Documentation](http://sile.github.io/rustdocs/erl_ast/erl_ast/).

Installation
------------

Add following lines to your `Cargo.toml`:

```toml
[dependencies]
erl_ast = "*"
```

Reference
---------

- http://erlang.org/doc/apps/erts/absform.html
- http://erlang.org/doc/man/erl_parse.html
- http://erlang.org/doc/man/erl_syntax.html

License
-------

This library is released under the MIT License.

See the [LICENSE](LICENSE) file for full license information.