From 10abf930df47a214ef2d66a6727c9e159093bc57 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 16 Sep 2010 15:34:50 -0400 Subject: Fix typing of cut operators; fix lexing of XML comments --- src/urweb.lex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urweb.lex') diff --git a/src/urweb.lex b/src/urweb.lex index 27af5bdd..0ee09cad 100644 --- a/src/urweb.lex +++ b/src/urweb.lex @@ -172,7 +172,7 @@ cid = [A-Z][A-Za-z0-9_]*; ws = [\ \t\012]; intconst = [0-9]+; realconst = [0-9]+\.[0-9]*; -notags = [^<{\n(]+; +notags = ([^<{\n(]|(\([^\*]))+; xcom = ([^\-]|(-[^\-]))+; oint = [0-9][0-9][0-9]; xint = x[0-9a-fA-F][0-9a-fA-F]; -- cgit v1.2.3