Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjan/ast_ninja
The Elixir AST explorer
https://github.com/arjan/ast_ninja
ast elixir-lang parser
Last synced: 4 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T11:02:16.000Z (over 1 year ago)
- Last Synced: 2024-10-13T09:58:50.660Z (4 months ago)
- Topics: ast, elixir-lang, parser
- Language: Erlang
- Homepage: https://ast.ninja/
- Size: 3 MB
- Stars: 77
- Watchers: 7
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Elixir AST explorer
![AST Ninja screenshot](assets/static/images/ast_ninja_screenshot.png)
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/