erl_parse 0.0.8

Erlang source code parser
Documentation
erl_parse
=========

[![erl_parse](http://meritbadge.herokuapp.com/erl_parse)](https://crates.io/crates/erl_parse)
[![Documentation](https://docs.rs/erl_parse/badge.svg)](https://docs.rs/erl_parse)
[![Build Status](https://travis-ci.org/sile/erl_parse.svg?branch=master)](https://travis-ci.org/sile/erl_parse)
[![Code Coverage](https://codecov.io/gh/sile/erl_parse/branch/master/graph/badge.svg)](https://codecov.io/gh/sile/erl_parse/branch/master)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](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