DIRECTORY
  TreesDefs USING [TreeNode];
  
PrintStmtsDefs: DEFINITIONS = {

  -- prints a statement parse tree
  PrintStatement: PROCEDURE [node: LONG POINTER TO TreesDefs.TreeNode];
  
  }.