/rage

see the AST of ClojureScript forms as you type

Primary LanguageClojure

rage

Visual representations of ClojureScript Abstract Syntax Trees, in the browser.

See it in action!

Overview

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:

  1. Change the textarea to an actual code editor.
  2. Come up with a graphical way to represent ClojureScript ASTs.
  3. Add a canvas pane with drag/drop, zoom in/out.
  4. Move the textual AST to the bottom left, change the right pane to be the graphical AST.

Setup

git clone ....

cd rage

lein figwheel

License

Copyright © 2017

Distributed under the Eclipse Public License version 1.0.