]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql/mQueryTLexer.mll
MathQL textual lexer patched
[helm.git] / helm / ocaml / mathql / mQueryTLexer.mll
index 9cc22c2dcbc0d8076ea29124910bc8c248624967..770f4d86d1313652244afcc3556d23e55dc15e42 100644 (file)
@@ -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  = [^ '"' '\\']+