Mercurial > urweb
diff src/urweb.lex @ 470:7cb418e9714f
Tree demo works
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 06 Nov 2008 18:49:38 -0500 |
parents | 3f1b9231a37b |
children | ae03d09043c1 |
line wrap: on
line diff
--- a/src/urweb.lex Thu Nov 06 17:09:53 2008 -0500 +++ b/src/urweb.lex Thu Nov 06 18:49:38 2008 -0500 @@ -358,6 +358,7 @@ <INITIAL> "SET" => (Tokens.SET (pos yypos, pos yypos + size yytext)); <INITIAL> "DELETE" => (Tokens.DELETE (pos yypos, pos yypos + size yytext)); <INITIAL> "NULL" => (Tokens.NULL (pos yypos, pos yypos + size yytext)); +<INITIAL> "IS" => (Tokens.IS (pos yypos, pos yypos + size yytext)); <INITIAL> "CURRENT_TIMESTAMP" => (Tokens.CURRENT_TIMESTAMP (pos yypos, pos yypos + size yytext));