Skip to content
Snippets Groups Projects
Verified Commit a992fb1b authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: Add missing support for half-years in dates within Dynare statements

parent b031ef4a
No related branches found
No related tags found
No related merge requests found
Pipeline #11114 passed
......@@ -70,7 +70,7 @@ string eofbuff;
NAME [a-z_][a-z0-9_]*
FLOAT_NUMBER ((([0-9]*\.[0-9]+)|([0-9]+\.))([ed][-+]?[0-9]+)?)|([0-9]+[ed][-+]?[0-9]+)
DATE -?[0-9]+([ya]|m([1-9]|1[0-2])|q[1-4])
DATE -?[0-9]+([ya]|m([1-9]|1[0-2])|q[1-4]|[sh][12])
%%
/* Code put at the beginning of yylex() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment