Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sile/erl_ast
A Rust library for working with Abstract Syntax Trees of Erlang programs
https://github.com/sile/erl_ast
Last synced: about 1 month ago
JSON representation
A Rust library for working with Abstract Syntax Trees of Erlang programs
- Host: GitHub
- URL: https://github.com/sile/erl_ast
- Owner: sile
- License: mit
- Created: 2016-05-26T15:03:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T07:46:04.000Z (over 3 years ago)
- Last Synced: 2024-09-30T03:42:11.463Z (about 1 month ago)
- Language: Rust
- Size: 123 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
erl_ast
=======[![](http://meritbadge.herokuapp.com/erl_ast)](https://crates.io/crates/erl_ast)
[![Actions Status](https://github.com/sile/erl_ast/workflows/CI/badge.svg)](https://github.com/sile/erl_ast/actions)
[![Coverage Status](https://coveralls.io/repos/github/sile/erl_ast/badge.svg?branch=master)](https://coveralls.io/github/sile/erl_ast?branch=master)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)A Rust library for working with Abstract Syntax Trees of Erlang programs
Documentation
-------------See [RustDoc Documentation](https://docs.rs/erl_ast).
Installation
------------Add following lines to your `Cargo.toml`:
```toml
[dependencies]
erl_ast = "*"
```Reference
---------- http://erlang.org/doc/apps/erts/absform.html
- http://erlang.org/doc/man/erl_parse.html
- http://erlang.org/doc/man/erl_syntax.html