Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sile/erl_parse

Erlang source code parser written in Rust
https://github.com/sile/erl_parse

erlang parser rust

Last synced: about 2 months ago
JSON representation

Erlang source code parser written in Rust

Awesome Lists containing this project

README

        

erl_parse
=========

[![erl_parse](https://img.shields.io/crates/v/erl_parse.svg)](https://crates.io/crates/erl_parse)
[![Documentation](https://docs.rs/erl_parse/badge.svg)](https://docs.rs/erl_parse)
[![Actions Status](https://github.com/sile/erl_parse/workflows/CI/badge.svg)](https://github.com/sile/erl_parse/actions)
[![Coverage Status](https://coveralls.io/repos/github/sile/erl_parse/badge.svg?branch=master)](https://coveralls.io/github/sile/erl_parse?branch=master)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Erlang source code parser written in Rust.

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