]> matita.cs.unibo.it Git - helm.git/commit
implemented transformations on top of notation code
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 25 Jul 2005 10:14:34 +0000 (10:14 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 25 Jul 2005 10:14:34 +0000 (10:14 +0000)
commit08ecc780b3b0a4cac7ed72cf68c310e4eeffa2c1
tree5a624cb68975086f0c1b5a8d60fb6de7829d5f41
parent7a2a40e0cc7d9ad114c5e2b60427062b34bb9d56
implemented transformations on top of notation code
56 files changed:
helm/ocaml/METAS/meta.helm-cic_transformations.src
helm/ocaml/Makefile.in
helm/ocaml/cic_notation/.depend
helm/ocaml/cic_notation/Makefile
helm/ocaml/cic_notation/TODO
helm/ocaml/cic_notation/box.ml [new file with mode: 0644]
helm/ocaml/cic_notation/box.mli [new file with mode: 0644]
helm/ocaml/cic_notation/cicNotation.ml
helm/ocaml/cic_notation/cicNotationFwd.ml
helm/ocaml/cic_notation/cicNotationLexer.ml
helm/ocaml/cic_notation/cicNotationMatcher.ml
helm/ocaml/cic_notation/cicNotationParser.mli
helm/ocaml/cic_notation/cicNotationPp.ml
helm/ocaml/cic_notation/cicNotationPres.ml
helm/ocaml/cic_notation/cicNotationPres.mli
helm/ocaml/cic_notation/cicNotationRew.ml
helm/ocaml/cic_notation/cicNotationTag.ml
helm/ocaml/cic_notation/cicNotationUtil.ml
helm/ocaml/cic_notation/cicNotationUtil.mli
helm/ocaml/cic_notation/doc/samples.ma
helm/ocaml/cic_notation/grafiteAst.ml
helm/ocaml/cic_notation/grafiteAstPp.ml
helm/ocaml/cic_notation/grafiteParser.ml
helm/ocaml/cic_notation/mpresentation.ml [new file with mode: 0644]
helm/ocaml/cic_notation/mpresentation.mli [new file with mode: 0644]
helm/ocaml/cic_notation/renderingAttrs.ml [new file with mode: 0644]
helm/ocaml/cic_notation/renderingAttrs.mli [new file with mode: 0644]
helm/ocaml/cic_notation/test_parser.conf.xml
helm/ocaml/cic_notation/test_parser.ml
helm/ocaml/cic_omdoc/Makefile
helm/ocaml/cic_transformations/.depend
helm/ocaml/cic_transformations/Makefile
helm/ocaml/cic_transformations/acic2Ast.ml [deleted file]
helm/ocaml/cic_transformations/acic2Ast.mli [deleted file]
helm/ocaml/cic_transformations/applyTransformation.ml
helm/ocaml/cic_transformations/ast2pres.ml [deleted file]
helm/ocaml/cic_transformations/ast2pres.mli [deleted file]
helm/ocaml/cic_transformations/box.ml [deleted file]
helm/ocaml/cic_transformations/box.mli [deleted file]
helm/ocaml/cic_transformations/boxPp.ml [deleted file]
helm/ocaml/cic_transformations/boxPp.mli [deleted file]
helm/ocaml/cic_transformations/cicAst.ml [deleted file]
helm/ocaml/cic_transformations/cicAst.mli [deleted file]
helm/ocaml/cic_transformations/cicAstPp.ml [deleted file]
helm/ocaml/cic_transformations/cicAstPp.mli [deleted file]
helm/ocaml/cic_transformations/content2pres.ml
helm/ocaml/cic_transformations/content2pres.mli
helm/ocaml/cic_transformations/contentTable.ml [deleted file]
helm/ocaml/cic_transformations/contentTable.mli [deleted file]
helm/ocaml/cic_transformations/mpresentation.ml [deleted file]
helm/ocaml/cic_transformations/mpresentation.mli [deleted file]
helm/ocaml/cic_transformations/sequent2pres.ml
helm/ocaml/cic_transformations/sequent2pres.mli
helm/ocaml/cic_transformations/tacticAst.ml [deleted file]
helm/ocaml/cic_transformations/tacticAstPp.ml [deleted file]
helm/ocaml/cic_transformations/tacticAstPp.mli [deleted file]