]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryTLexer.mll
new semantics for relation and attribute
[helm.git] / helm / ocaml / mathql / mQueryTLexer.mll
index 5f9b2ebac254b9d7dee42ae15674e2fbc3c861ad..89d62375a24c1730c0a43e2eaa5ee2ff49b9dc18 100644 (file)
@@ -60,6 +60,7 @@ and query_token = parse
    | '$'         { DL }
    | '.'         { FS }
    | ','         { CM }
+   | '/'         { SL }
    | "and"       { AND    }
    | "attr"      { ATTR   }
    | "attribute" { ATTRIB }