]> matita.cs.unibo.it Git - helm.git/commit
new experimental cic textual parser: checkin
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 15 Dec 2003 23:00:39 +0000 (23:00 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 15 Dec 2003 23:00:39 +0000 (23:00 +0000)
commit0148419c577eab74538b8e2564a64e399d8bdd65
tree51fcfc4c1507404498363579198316671c7ae231
parentd70fefb399d883f07fd8be6e2f2c749df149f7fd
new experimental cic textual parser: checkin
21 files changed:
helm/ocaml/cic_disambiguation/.cvsignore [new file with mode: 0644]
helm/ocaml/cic_disambiguation/.depend [new file with mode: 0644]
helm/ocaml/cic_disambiguation/Makefile [new file with mode: 0644]
helm/ocaml/cic_disambiguation/arit_notation.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/ast.mli [new file with mode: 0644]
helm/ocaml/cic_disambiguation/lexer.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/lexer.mli [new file with mode: 0644]
helm/ocaml/cic_disambiguation/logic_notation.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/macro.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/macro.mli [new file with mode: 0644]
helm/ocaml/cic_disambiguation/macro_table.dump [new file with mode: 0644]
helm/ocaml/cic_disambiguation/macros/dictionary-tex.xml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/macros/entities-table.xml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/macros/extra-entities.xml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/make_table.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/pa_unicode_macro.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/parser.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/pp.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/pp.mli [new file with mode: 0644]
helm/ocaml/cic_disambiguation/test_lexer.ml [new file with mode: 0644]
helm/ocaml/cic_disambiguation/test_parser.ml [new file with mode: 0644]