X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQueryTLexer.mll;h=d5f2fe10f8316c5d1ff3489d7f780255e30c5d1d;hb=88271fa4a71a3642880d85e9efe32ce2306f0661;hp=00fc9dc68701bc58cdea3250d362b8596d230dbd;hpb=605740107642920d90d0c88544d576d7836a1a25;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQueryTLexer.mll b/helm/ocaml/mathql_interpreter/mQueryTLexer.mll index 00fc9dc68..d5f2fe10f 100644 --- a/helm/ocaml/mathql_interpreter/mQueryTLexer.mll +++ b/helm/ocaml/mathql_interpreter/mQueryTLexer.mll @@ -92,6 +92,7 @@ and query_token = parse | "false" { out "FALSE" ; FALSE } | "for" { out "FOR" ; FOR } | "from" { out "FROM" ; FROM } + | "gen" { out "GEN" ; GEN } | "if" { out "IF" ; IF } | "in" { out "IN" ; IN } | "inf" { out "INF" ; INF }