TikZ has an easy to use DSL for expressing graphs :) you can write
\graph a -> {b, c} -> d;
a –– b -- d \ / \ c /
TikZ has an easy to use DSL for expressing graphs :) you can write
and it will produce something like