/astVisualizer

A tool to visualize abstract syntax tree.

Primary LanguageHTMLMIT LicenseMIT

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