Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)