Revert macro/MacroFlex.ll of 858159a4f5

time-shift
Houtan Bastani 2013-11-18 12:53:42 +01:00
parent c004cde911
commit 517317dcc0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ typedef Macro::parser::token token;
SPC [ \t]+
EOL (\r)?\n
CONT \\\\
DATE (-[1-9][0-9]*|[0-9]+)([YyAa]|[Mm]([1-9]|1[0-2])|[Qq][1-4]|[Ww]([1-9]{1}|[1-4][0-9]|5[0-2]))
DATE -?[0-9]+([YyAa]|[Mm]([1-9]|1[0-2])|[Qq][1-4]|[Ww]([1-9]{1}|[1-4][0-9]|5[0-2]))
%%
/* Code put at the beginning of yylex() */