[Ur] Redundant duplicate entry in urweb.lex

Gabriel Riba gabriel at xarxaire.com
Tue May 26 12:08:49 EDT 2015


In urweb.lex two entries check for the same token:

<INITIAL> "CURRENT_TIMESTAMP" => (Tokens.CURRENT_TIMESTAMP (pos yypos, 
pos yypos + size yytext));

<INITIAL> "CURRENT_TIMESTAMP" => (Tokens.CURRENT_TIMESTAMP (pos yypos, 
pos yypos + size yytext));




More information about the Ur mailing list