]> matita.cs.unibo.it Git - helm.git/commit
Merge of the new_mathql branch with the main branch:
authornatile <??>
Mon, 21 Oct 2002 13:48:24 +0000 (13:48 +0000)
committernatile <??>
Mon, 21 Oct 2002 13:48:24 +0000 (13:48 +0000)
commitba824e867afc3eaf081ed1a1d6526d421242a6a0
tree9001f6a9fd635aae2c0ecbdb997ce896a9ddf18c
parent0b2c5757a7d7d87adc0144f790ca5294f9433175
Merge of the new_mathql branch with the main branch:
 - new query language
 - new interpreter for the new query language

NOTE: the galax version of the interpreted is not ported yet (and does not compile)
32 files changed:
helm/ocaml/mathql/.depend
helm/ocaml/mathql/Makefile
helm/ocaml/mathql/mQueryTLexer.mll
helm/ocaml/mathql/mQueryTParser.mly
helm/ocaml/mathql/mQueryUtil.ml
helm/ocaml/mathql/mQueryUtil.mli
helm/ocaml/mathql/mathQL.ml
helm/ocaml/mathql_interpreter/.depend
helm/ocaml/mathql_interpreter/Makefile
helm/ocaml/mathql_interpreter/context.ml [new file with mode: 0644]
helm/ocaml/mathql_interpreter/dbconn.ml
helm/ocaml/mathql_interpreter/dbconn.mli
helm/ocaml/mathql_interpreter/diff.ml
helm/ocaml/mathql_interpreter/diff.mli
helm/ocaml/mathql_interpreter/func.ml
helm/ocaml/mathql_interpreter/func.mli
helm/ocaml/mathql_interpreter/intersect.ml
helm/ocaml/mathql_interpreter/intersect.mli
helm/ocaml/mathql_interpreter/meet.ml [new file with mode: 0644]
helm/ocaml/mathql_interpreter/meet.mli [new file with mode: 0644]
helm/ocaml/mathql_interpreter/mqint.ml
helm/ocaml/mathql_interpreter/mqint.mli
helm/ocaml/mathql_interpreter/pattern.ml
helm/ocaml/mathql_interpreter/relation.ml [new file with mode: 0644]
helm/ocaml/mathql_interpreter/relation.mli [new file with mode: 0644]
helm/ocaml/mathql_interpreter/select.ml
helm/ocaml/mathql_interpreter/sortedby.ml
helm/ocaml/mathql_interpreter/sub.ml [new file with mode: 0644]
helm/ocaml/mathql_interpreter/sub.mli [new file with mode: 0644]
helm/ocaml/mathql_interpreter/union.ml
helm/ocaml/mathql_interpreter/union.mli
helm/ocaml/mathql_interpreter/use.ml