Changes by: Adam Granicz (granicz at cs.caltech.edu)
Date: 2003-02-20 18:03:47 -0800 (Thu, 20 Feb 2003)
Revision: 4103
Log message:

      We raise an exception if term quotation is used in terms, like
      sequent [m] { 'H >- <<...>> }
      
      Added .cvsignore to filter/phobos, and changed the Makefile
      to clear out all generated files.
      
      Added pairs to m_ast.pho and m_ir.pho, removed list.cph, and
      changed the test program sequent to use the :ext quotation.
      

Changes  Path
+4 -2 metaprl/filter/filter/filter_parse.ml
Properties metaprl/filter/phobos
+4 -4 metaprl/filter/phobos/Makefile
Deleted metaprl/filter/phobos/phobos_lexer.ml
+30 -15 metaprl/filter/phobos/phobos_lexer.mli
Deleted metaprl/theories/experimental/compile/list.cph
+2 -0 metaprl/theories/experimental/compile/m_ast.pho
+13 -7 metaprl/theories/experimental/compile/m_ir.ml
+2 -0 metaprl/theories/experimental/compile/m_ir.pho