refer to src.txt for the syntax.
the available commands are:
node name should not contain any space
any space in variable's name or value will be ignored
the node must be a descendent of the current node.
undefine a variable
remove a node and all its descendants
prints the tree from the current node
save all the changes to the file
terminate the program
execute driver.java, passing the tree source file as a command line argument. If the tree source file is not specified, it defaults to src.txt.