]> matita.cs.unibo.it Git - helm.git/commit
Several changes (the beginning of a new era???)
authorAndrea Asperti <andrea.asperti@unibo.it>
Wed, 16 Jul 2003 14:12:02 +0000 (14:12 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Wed, 16 Jul 2003 14:12:02 +0000 (14:12 +0000)
commitf7b2e35a7bdadb4fdf0e640428e694703ddf67a5
treeb46e06debd39e968e1b6cec5ec8f413106f14204
parent70f855932359e26ca89deb11c22f9c9d26154827
Several changes (the beginning of a new era???)
 1. stuff related to transformations (stylesheets and so on)
    moved from gTopLevel to the new library cic_transformations
 2. porting of the stylesheets to old plain ocaml code by Andrea Asperti.
    Also in cic_transformations.

Disclaimer:
 A. the ocaml transformations are still incomplete and under development.
    They are a bit more performant, though. (just a few order of magnitudes)
 B. the cic_transformation library seems a bit of a mess right now.
    Much clean-up needed.
61 files changed:
helm/gTopLevel/.depend
helm/gTopLevel/Makefile
helm/gTopLevel/applyStylesheets.ml [deleted file]
helm/gTopLevel/applyStylesheets.mli [deleted file]
helm/gTopLevel/cic2Xml.ml [deleted file]
helm/gTopLevel/cic2Xml.mli [deleted file]
helm/gTopLevel/cic2acic.ml [deleted file]
helm/gTopLevel/cic2acic.mli [deleted file]
helm/gTopLevel/content2cic.ml [new file with mode: 0644]
helm/gTopLevel/content2cic.mli [new file with mode: 0644]
helm/gTopLevel/doubleTypeInference.ml [deleted file]
helm/gTopLevel/doubleTypeInference.mli [deleted file]
helm/gTopLevel/eta_fixing.ml [new file with mode: 0644]
helm/gTopLevel/eta_fixing.mli [new file with mode: 0644]
helm/gTopLevel/gTopLevel.ml
helm/gTopLevel/misc.ml [deleted file]
helm/gTopLevel/misc.mli [deleted file]
helm/gTopLevel/rootcontent.xsl
helm/gTopLevel/script.sh
helm/gTopLevel/sequentPp.ml [deleted file]
helm/gTopLevel/sequentPp.mli [deleted file]
helm/gTopLevel/termViewer.ml
helm/gTopLevel/termViewer.mli
helm/gTopLevel/xml2Gdome.ml [deleted file]
helm/gTopLevel/xml2Gdome.mli [deleted file]
helm/ocaml/.cvsignore
helm/ocaml/META.helm-cic_transformations.src [new file with mode: 0644]
helm/ocaml/Makefile.in
helm/ocaml/cic_transformations/.cvsignore [new file with mode: 0644]
helm/ocaml/cic_transformations/.depend [new file with mode: 0644]
helm/ocaml/cic_transformations/Makefile [new file with mode: 0644]
helm/ocaml/cic_transformations/applyStylesheets.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/applyStylesheets.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/cexpr2pres.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/cexpr2pres.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/cexpr2pres_hashtbl.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/cexpr2pres_hashtbl.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/cic2Xml.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/cic2Xml.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/cic2acic.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/cic2acic.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/cic2content.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/cic2content.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/content2pres.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/content2pres.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/contentPp.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/contentPp.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/content_expressions.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/content_expressions.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/doubleTypeInference.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/doubleTypeInference.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/misc.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/misc.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/mpresentation.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/mpresentation.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/sequentPp.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/sequentPp.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/xml2Gdome.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/xml2Gdome.mli [new file with mode: 0644]
helm/ocaml/cic_transformations/xml2Gdomexmath.ml [new file with mode: 0644]
helm/ocaml/cic_transformations/xml2Gdomexmath.mli [new file with mode: 0644]