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

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

(manually cherry picked from commit a992fb1b)
parent 59534a57
Branches
No related tags found
No related merge requests found
Pipeline #11116 passed
...@@ -70,7 +70,7 @@ string eofbuff; ...@@ -70,7 +70,7 @@ string eofbuff;
#define YY_USER_ACTION location_increment(yylloc, yytext); #define YY_USER_ACTION location_increment(yylloc, yytext);
%} %}
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() */ /* Code put at the beginning of yylex() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment