erl_parse
=========
[](https://crates.io/crates/erl_parse)
[](https://docs.rs/erl_parse)
[](https://travis-ci.org/sile/erl_parse)
[](https://codecov.io/gh/sile/erl_parse/branch/master)
[](LICENSE)
Erlang source code parser written in Rust.
[Documentation](https://docs.rs/erl_parse)
References
----------
- [AST](http://erlang.org/doc/apps/erts/absform.html)
- [Macro](http://erlang.org/doc/reference_manual/macros.html)
- [Expression](
http://erlang.org/doc/reference_manual/expressions.html)
Limitations
-----------
- Supports only UTF-8 source codes