]> matita.cs.unibo.it Git - helm.git/commit
CIC Textual Parser added to the repository.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 10 Jan 2002 16:52:05 +0000 (16:52 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 10 Jan 2002 16:52:05 +0000 (16:52 +0000)
commit0195d58340f7dbc852d380a8fee897e1c1f7da03
treec1b7ddd6e313d6c364352681783a36ab502ef6e3
parentd4b17db6764be4e7f693dab982ac66a54a5920eb
CIC Textual Parser added to the repository.
The Makefile stuff has been modified because of ocamllex and ocamlyacc rules.
18 files changed:
helm/ocaml/.cvsignore
helm/ocaml/META.helm-cic_textual_parser.src [new file with mode: 0644]
helm/ocaml/Makefile.common.in
helm/ocaml/Makefile.in
helm/ocaml/cic/Makefile
helm/ocaml/cic_annotations/Makefile
helm/ocaml/cic_annotations_cache/Makefile
helm/ocaml/cic_cache/Makefile
helm/ocaml/cic_textual_parser/.cvsignore [new file with mode: 0644]
helm/ocaml/cic_textual_parser/.depend [new file with mode: 0644]
helm/ocaml/cic_textual_parser/Makefile [new file with mode: 0644]
helm/ocaml/cic_textual_parser/cicTextualLexer.mll [new file with mode: 0644]
helm/ocaml/cic_textual_parser/cicTextualParser.mly [new file with mode: 0644]
helm/ocaml/cic_textual_parser/cicTextualParser0.ml [new file with mode: 0644]
helm/ocaml/getter/Makefile
helm/ocaml/pxp/Makefile
helm/ocaml/urimanager/Makefile
helm/ocaml/xml/Makefile