astVisualizer icon indicating copy to clipboard operation
astVisualizer copied to clipboard

A tool to visualize abstract syntax tree.

astVisualizer

AST visualizer is a tool to visualize abstract syntax trees. The code typed in the code editor is transformed into an AST with esprima which is then visualized as a tree layout using d3.js.

Demo