Creates an ASCII-compatible tree.
static Tree ascii(String rootLabel) { return Tree() ..root(rootLabel) ..enumerator(TreeEnumerator.ascii); }