]> matita.cs.unibo.it Git - helm.git/commit
Basic support for interpretations for NG:
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 27 May 2009 08:49:30 +0000 (08:49 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 27 May 2009 08:49:30 +0000 (08:49 +0000)
commit5149063488e3771fb55c198e0ecef5fb5aaaab67
tree34bdb163a08c73532178fb76497ce13a5f6bf603
parent82d4772ee9ac860f0a99b774612d2cf19838bb4b
Basic support for interpretations for NG:
 1) only interpretations for old objects are used
    (i.e. no way yet to declare a new interpretation on a new object)
 2) only interpretations for constants (no inductive definitions/constructors)
    since we have no faithful embedding of new references into old URIs
 3) no support for backtracking (I think)
helm/software/components/acic_content/termAcicContent.ml
helm/software/components/acic_content/termAcicContent.mli
helm/software/components/ng_cic_content/.depend
helm/software/components/ng_cic_content/.depend.opt
helm/software/components/ng_cic_content/Makefile
helm/software/components/ng_cic_content/nTermCicContent.ml
helm/software/components/ng_cic_content/ncic2astMatcher.ml [new file with mode: 0644]
helm/software/components/ng_cic_content/ncic2astMatcher.mli [new file with mode: 0644]