]> matita.cs.unibo.it Git - helm.git/commit
Since several weeks whelp did not compile any longer. Fixed:
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 31 Aug 2005 10:53:16 +0000 (10:53 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 31 Aug 2005 10:53:16 +0000 (10:53 +0000)
commita9a13cf94e09df54438393ab65a33102abbc1b30
treee53799b132482b20fede122a23283ab7e6adc218
parent51bed67354ea5b083d398c147e37b462bad3fcd2
Since several weeks whelp did not compile any longer. Fixed:
1. the new getter implementation by Zack does not implement yet remote
   calls. I have changed the (sample) configuration file to use an internal
   getter (maybe also speeding up the tool?)
2. the new parser implementation does not have hard-coded notation. The
   notation is now loaded from two files on disk (core_notation.moo and
   coq.moo). I have added to entries in the configuration file to hold the
   path to the two moo files.
3. Whelp needs to parse and pretty-print the alias definitions. The old
   parser and pretty-printer was removed from CVS. I have re-used the new
   pretty-printer, but no parser was available. I have reimplemented it
   (in DisambiguatePp :-). The file should probably be renamed. Moreover,
   the code implemented is very redundant with the corresponding one in
   MatitaEngine
helm/searchEngine/searchEngine.conf.xml.sample
helm/searchEngine/searchEngine.ml