Changes by: Adam Granicz (granicz at cs.caltech.edu)
Date: 2003-02-19 17:17:55 -0800 (Wed, 19 Feb 2003)
Revision: 4093
Log message:

      Phobos error messages should be caught by the Phobos exnhdlr.
      Also, the list of tokens was not destroyed between different calls
      to Phobos, resulting in the same term returned from each (since
      parsing stopped at the first syntactically correct term - this
      can be fixed in the local copy of m_ir/m_ast.pho).
      

Changes  Path
+2 -3 metaprl/filter/filter/filter_parse.ml
+2 -0 metaprl/filter/phobos/phobos_tokenizer.ml