X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql%2FmQueryTLexer.mll;h=770f4d86d1313652244afcc3556d23e55dc15e42;hb=daed03214fe10758d3d8b4164a27733952e28536;hp=9cc22c2dcbc0d8076ea29124910bc8c248624967;hpb=6284d26bf5e19047acb8b4e89aa519caa04ed413;p=helm.git diff --git a/helm/ocaml/mathql/mQueryTLexer.mll b/helm/ocaml/mathql/mQueryTLexer.mll index 9cc22c2dc..770f4d86d 100644 --- a/helm/ocaml/mathql/mQueryTLexer.mll +++ b/helm/ocaml/mathql/mQueryTLexer.mll @@ -42,7 +42,7 @@ } let SPC = [' ' '\t' '\n']+ -let ALPHA = ['A'-'Z' 'a'-'z'] +let ALPHA = ['A'-'Z' 'a'-'z' '_'] let NUM = ['0'-'9'] let IDEN = ALPHA (NUM | ALPHA)* let QSTR = [^ '"' '\\']+