Tree Parser
A pseudo-markup language for describing trees, which outputs DOT for Graphviz. Writing a tree by hand in a text format is quicker than dragging nodes around, and it keeps the structure reviewable in a diff.
More of a language-design experiment than a tool: it is mostly an excuse to write a parser and a code generator for something small enough to hold in your head.
Curious? Get the Details ↗