Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
588ecee2
Commit
588ecee2
authored
Aug 03, 2011
by
Houtan Bastani
Browse files
MS-SBVAR: preprocessor bug fixes
parent
7a83b098
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynareBison.yy
View file @
588ecee2
...
...
@@ -1547,7 +1547,7 @@ ms_irf : MS_IRF ';'
{ driver.ms_irf(); }
| MS_IRF '
(
' ms_irf_options_list '
)
' '
;
'
{ driver.ms_irf(); }
MS_IRF symbol_list'
;
'
|
MS_IRF symbol_list
'
;
'
{ driver.ms_irf(); }
| MS_IRF '
(
' ms_irf_options_list '
)
' symbol_list '
;
'
{ driver.ms_irf(); }
...
...
@@ -2027,7 +2027,7 @@ o_eq_cms : EQ_CMS EQUAL INT_NUMBER {driver.option_num("ms.eq_cms",$3); };
o_tlindx : TLINDX EQUAL INT_NUMBER {driver.option_num("ms.tlindx",$3); };
o_tlnumber : TLNUMBER EQUAL INT_NUMBER {driver.option_num("ms.tlnumber",$3); };
o_cnum : CNUM EQUAL INT_NUMBER {driver.option_num("ms.cnum",$3); };
o_output_file_tag : OUTPUT_FILE_TAG EQUAL
'
(
' symbol_list '
)
' {driver.option_symbol_list("ms.ft"
); };
o_output_file_tag : OUTPUT_FILE_TAG EQUAL
filename {driver.option_str("ms.output_file_tag", $3
); };
o_k_order_solver : K_ORDER_SOLVER {driver.option_num("k_order_solver","1"); };
o_pruning : PRUNING { driver.option_num("pruning", "1"); };
o_chain : CHAIN EQUAL INT_NUMBER { driver.option_num("ms.chain",$3); };
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment