Visual representations of ClojureScript Abstract Syntax Trees, in the browser.
See it in action!
- Live demo: http://vps124502.vps.ovh.ca/rage/resources/public/
- URL shortened version: http://tiny.cc/cljs-ast
The goal of this project is to have a graphical representation of the AST of any ClojureScript code.
As it stands, you can view the pretty-printed text version of the AST alongside your code.
Milestones:
Change the textarea to an actual code editor.- Come up with a graphical way to represent ClojureScript ASTs.
- Add a canvas pane with drag/drop, zoom in/out.
- Move the textual AST to the bottom left, change the right pane to be the graphical AST.
git clone ....
cd rage
lein figwheel
Copyright © 2017
Distributed under the Eclipse Public License version 1.0.