obliqparse/src/ObParseTree.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE ObParseTree;
IMPORT SynParse, MetaParser;

  PROCEDURE Setup();
  (* To be called before any other use of this module *)

  PROCEDURE RegisterActions(actions: MetaParser.ActionTable)
    RAISES {SynParse.Fail};

END ObParseTree.