]> matita.cs.unibo.it Git - helm.git/commit
- Grammar for all obj commands ported to NG (let recs and inductives still need
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 24 Apr 2009 20:47:36 +0000 (20:47 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 24 Apr 2009 20:47:36 +0000 (20:47 +0000)
commite085135177f7b3b74b410d47a4f3bca1784b60b1
tree0c717de8417f9d31a69dbf0253d59e0ca6729f8f
parent585469505faa97c21687128490828a1aabee94ee
- Grammar for all obj commands ported to NG (let recs and inductives still need
  implementation and raise assert false)
- New feature: every object can be both interactive or not, depending on the
  number of metavariables in the metasenv after disambiguation
- New objects are now put in the same namespace as old ones. The creation of
  aliases takes care of this by looking for new objects before looking for
  old ones. Note: this way the check is done twice, also when mapping
  aliases to terms. However, this is temporary code while the two "libraries"
  coexist.
helm/software/components/content_pres/cicNotationLexer.ml
helm/software/components/grafite_engine/grafiteEngine.ml
helm/software/components/grafite_parser/grafiteDisambiguate.ml
helm/software/components/grafite_parser/grafiteDisambiguate.mli
helm/software/components/grafite_parser/grafiteParser.ml
helm/software/matita/tests/ng_commands.ma [new file with mode: 0644]