Go to file
Sébastien Villemot 973c795db8 Change the syntax for values of deterministic shocks:
Arbirtrary expressions after the "values" keywords must now be enclosed
within parentheses; consider the following example:
<code>
periods 1:2;
values -1 -2;
</code>

In the previous syntax, this was interpreted by the preprocessor as a shock of
value -1-2 = -3 for periods 1 and 2, which is clearly not the intent of the
user; with the new syntax, this will be rejected (too many values compared to
the number of ranges).

Also note that now commas are no longer required between arbitrary expressions,
since the parentheses are sufficient for separating them.
2010-11-24 18:26:43 +01:00
macro Macro-processor: integer ranges with lower bound greater than upper bound are now empty (for consistency with MATLAB) 2010-05-12 11:50:27 +02:00
CodeInterpreter.hh trend_var, growth_factor, deflator: stationarize a nonstationary model and test 2010-10-18 16:07:42 +02:00
ComputingTasks.cc - Correct the simul call without input argument 2010-09-24 11:07:43 +02:00
ComputingTasks.hh Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
ConfigFile.cc Dynare parallel: preprocessor implementation 2010-10-28 10:54:43 +02:00
ConfigFile.hh Dynare parallel: preprocessor implementation 2010-10-28 10:54:43 +02:00
DataTree.cc Histval block: 2010-10-20 14:47:03 +02:00
DataTree.hh Histval block: 2010-10-20 14:47:03 +02:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc Preprocessor: max lead/lags in the model are no longer affected by lead/lags on parameters (closes #153) 2010-11-18 11:21:20 +01:00
DynamicModel.hh trend_var, growth_factor, deflator: stationarize a nonstationary model and test 2010-10-18 16:07:42 +02:00
DynareBison.yy Change the syntax for values of deterministic shocks: 2010-11-24 18:26:43 +01:00
DynareFlex.ll trend_var, growth_factor, deflator: stationarize a nonstationary model and test 2010-10-18 16:07:42 +02:00
DynareMain.cc New "console" option (closes #130) 2010-10-28 11:29:39 +02:00
DynareMain2.cc New "console" option (closes #130) 2010-10-28 11:29:39 +02:00
ExprNode.cc trend_var, growth_factor, deflator: stationarize a nonstationary model and test 2010-10-18 16:07:42 +02:00
ExprNode.hh trend_var, growth_factor, deflator: stationarize a nonstationary model and test 2010-10-18 16:07:42 +02:00
ExternalFunctionsTable.cc Modified external functions to enforce consistent number of function arguments within model_block 2010-03-03 11:40:13 +01:00
ExternalFunctionsTable.hh Modified external functions to enforce consistent number of function arguments within model_block 2010-03-03 11:40:13 +01:00
FlexLexer.h Build system: incorporate FlexLexer.h, so that one can compile on systems without flex 2009-09-17 16:02:55 +00:00
Makefile.am Dynare parallel: preprocessor implementation 2010-10-28 10:54:43 +02:00
MinimumFeedbackSet.cc Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
MinimumFeedbackSet.hh Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
ModFile.cc New "console" option (closes #130) 2010-10-28 11:29:39 +02:00
ModFile.hh New "console" option (closes #130) 2010-10-28 11:29:39 +02:00
ModelTree.cc Check command is now compatible with block and bytecode options 2010-10-27 15:34:48 +02:00
ModelTree.hh trend_var, growth_factor, deflator: stationarize a nonstationary model and test 2010-10-18 16:07:42 +02:00
NumericalConstants.cc Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) 2009-12-16 17:13:23 +00:00
NumericalConstants.hh trunk preprocessor: in NumericalConstants 2009-04-29 11:05:40 +00:00
NumericalInitialization.cc Histval: fixed bug for exogenous introduced in previous commit 2010-10-20 14:56:35 +02:00
NumericalInitialization.hh Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
ParsingDriver.cc Change the syntax for values of deterministic shocks: 2010-11-24 18:26:43 +01:00
ParsingDriver.hh Change the syntax for values of deterministic shocks: 2010-11-24 18:26:43 +01:00
Shocks.cc replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
Shocks.hh Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
SigmaeInitialization.cc Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
SigmaeInitialization.hh Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
Statement.cc Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
Statement.hh Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
StaticModel.cc - The Jacobian matrix in the block decomposed model without bytecode option is now sparse 2010-10-22 16:20:28 +02:00
StaticModel.hh - Extends the algorithms compatible with bytecode to compute the steady-state (ticket #11). The new values for solve_algo are: 2010-10-11 19:21:32 +02:00
SteadyStateModel.cc Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
SteadyStateModel.hh Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
SymbolList.cc replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
SymbolList.hh trunk preprocessor: removed the include/ directory 2009-03-13 13:39:31 +00:00
SymbolTable.cc Histval block: 2010-10-20 14:47:03 +02:00
SymbolTable.hh Histval block: 2010-10-20 14:47:03 +02:00