From daed03214fe10758d3d8b4164a27733952e28536 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Fri, 13 Dec 2002 12:39:01 +0000 Subject: [PATCH] MathQL textual lexer patched topLevel patched for compilation: -B and -MB don't work --- helm/ocaml/mathql/mQueryTLexer.mll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [^ '"' '\\']+ -- 2.39.2