Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch4s3/ex_ast
Elixir AST sample repo
https://github.com/ch4s3/ex_ast
ast elixir plt
Last synced: 19 days ago
JSON representation
Elixir AST sample repo
- Host: GitHub
- URL: https://github.com/ch4s3/ex_ast
- Owner: Ch4s3
- Created: 2018-01-31T03:07:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T03:11:55.000Z (almost 7 years ago)
- Last Synced: 2023-03-30T02:50:11.357Z (almost 2 years ago)
- Topics: ast, elixir, plt
- Language: Elixir
- Size: 2.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExAst
Simple repo meant to complement [this](https://chase.pursu.es/working-with-the-elixir-ast.html) blog post.
## Installation
* Clone the repo and run `mix deps.get`
* run `mix test`
* run `iex -S mix`
* Follow along with my [blog post](https://chase.pursu.es/working-with-the-elixir-ast.html)