Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sile/erl_parse
- Owner: sile
- License: mit
- Created: 2016-12-27T19:07:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T10:10:24.000Z (about 3 years ago)
- Last Synced: 2024-10-31T12:00:02.351Z (about 2 months ago)
- Topics: erlang, parser, rust
- Language: Rust
- Homepage:
- Size: 240 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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