Abstract syntax tree viewer written in HTML and JS that displays SVG.
The grammar is similar to Lisp.
identifier ::= [^) ]+
tree ::= identifier tree*
(+ 1 (* 2 3))
Abstract syntax tree viewer written in HTML and JS that displays SVG.
The grammar is similar to Lisp.
identifier ::= [^) ]+
tree ::= identifier tree*
(+ 1 (* 2 3))