





NNAAMMEE


     print_tree - print out tree in semi-pretty format

SSYYNNOOPPSSIISS

     print_tree [ -ast _TREE ]

DDEESSCCRRIIPPTTIIOONN

     Print_tree  prints the tree in _TREE to standard output
     in a (hopefully) readable  format.   In  general,  this
     command can be executed after a call to parse, to print
     out the generated tree when parsing.

OOPPTTIIOONNSS


     -ast TREE
          By default the tree is read from file  _TREE.   If
          this  option is given, then the given TREE is used
          instead.

SSEEEE AALLSSOO




BBUUGGSS






























