https://github.com/sile/erl_parse
Erlang source code parser written in Rust
https://github.com/sile/erl_parse
erlang parser rust
Last synced: 10 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 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T10:10:24.000Z (over 4 years ago)
- Last Synced: 2025-03-25T07:12:25.742Z (10 months ago)
- Topics: erlang, parser, rust
- Language: Rust
- Homepage:
- Size: 240 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
erl_parse
=========
[](https://crates.io/crates/erl_parse)
[](https://docs.rs/erl_parse)
[](https://github.com/sile/erl_parse/actions)
[](https://coveralls.io/github/sile/erl_parse?branch=master)
[](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