MML Discourse
archived in May, 2026
An AST
mark
Use GraphViz to draw the abstract syntax tree of
3x^2 + y^3.
Note that GraphViz is described in
this meta topic
.
User 009
n0
+
n1
*
n0->n1
n6
^
n0->n6
n2
3
n1->n2
n3
^
n1->n3
n4
x
n3->n4
n5
2
n3->n5
n7
y
n6->n7
n8
3
n6->n8
❤️ 2