X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Focaml%2Fmathql%2FmQueryTLexer.mll;h=89d62375a24c1730c0a43e2eaa5ee2ff49b9dc18;hb=fb4f3bb1bafb5d5541a777758b4074ee8e2de4ae;hp=5f9b2ebac254b9d7dee42ae15674e2fbc3c861ad;hpb=32f737bea2029db1f4870ec8a3a39ba6d2e4a57d;p=helm.git diff --git a/helm/ocaml/mathql/mQueryTLexer.mll b/helm/ocaml/mathql/mQueryTLexer.mll index 5f9b2ebac..89d62375a 100644 --- a/helm/ocaml/mathql/mQueryTLexer.mll +++ b/helm/ocaml/mathql/mQueryTLexer.mll @@ -60,6 +60,7 @@ and query_token = parse | '$' { DL } | '.' { FS } | ',' { CM } + | '/' { SL } | "and" { AND } | "attr" { ATTR } | "attribute" { ATTRIB }