https://github.com/arjan/ast_ninja
The Elixir AST explorer
https://github.com/arjan/ast_ninja
ast elixir-lang parser
Last synced: 10 months ago
JSON representation
The Elixir AST explorer
- Host: GitHub
- URL: https://github.com/arjan/ast_ninja
- Owner: arjan
- Created: 2018-12-20T07:26:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T11:02:16.000Z (over 2 years ago)
- Last Synced: 2025-03-16T06:24:06.086Z (10 months ago)
- Topics: ast, elixir-lang, parser
- Language: Erlang
- Homepage: https://ast.ninja/
- Size: 3 MB
- Stars: 79
- Watchers: 6
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Elixir AST explorer

Type some Elixir(ish) code, have it parsed by the Elixir parsed, and
inspect the output in real time. Like
[Code.string_to_quoted/2](https://hexdocs.pm/elixir/Code.html#string_to_quoted/2),
but in a browser.
Demo: https://ast.ninja/