Skip to content
Snippets Groups Projects
  1. Nov 18, 2024
    • Sébastien Villemot's avatar
      Fix typo in comment · 5974df89
      Sébastien Villemot authored
      [skip ci]
      5974df89
    • Sébastien Villemot's avatar
      🐛 Flex scanner: fix column location counter in the presence of dates · 7b629a6c
      Sébastien Villemot authored
      Dates handling inside Dynare statements was done in the Flex scanner using a
      hack that would introduce some extra characters in the character stream (in
      order to return a call to the “dates('…')” constructor to Bison). But this
      would break the column location counter, because the latter would count
      characters that do not exist in the user file.
      
      This commit fixes it by implementing a more natural handling of dates, adding
      the “dates('…')” constructor directly at the level of the semantic value.
      7b629a6c
  2. Nov 08, 2024
  3. Nov 06, 2024
  4. Nov 05, 2024
  5. Oct 15, 2024
  6. Sep 09, 2024
    • Sébastien Villemot's avatar
      Initial HANK support · 1e68b2fc
      Sébastien Villemot authored
      – New “heterogeneity_dimension” statement
      – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and
        “shocks” statements
      – New “SUM()” operator in “model” block
      1e68b2fc
  7. Sep 04, 2024
  8. Jul 19, 2024
  9. May 29, 2024
  10. May 16, 2024
    • Sébastien Villemot's avatar
      Refactor output for complementarity conditions · dc1ec15f
      Sébastien Villemot authored
      The vector of lower and upper bounds is now provided by
      {static,dynamic}_complementarity_conditions.m (which accepts parameters as an
      argument, in preparation for the possibility of having parameters in
      complementarity conditions).
      
      The index that denotes the reordering of equation residuals (so that the
      residual of an equation appears at the index of the endogenous appearing in the
      complementarity condition) is now in “M_.{static,dynamic}_mcp_equations_reordering”.
      
      Constraints declared through the ramsey_constraints block are also incorporated
      in this new interface (and therefore “M_.ramsey_model_constraints” has been
      removed).
      dc1ec15f
  11. Apr 15, 2024
  12. Mar 01, 2024
  13. Feb 28, 2024
  14. Dec 19, 2023
  15. Dec 14, 2023
  16. Nov 30, 2023
  17. Nov 15, 2023
  18. Nov 14, 2023
  19. Nov 10, 2023
  20. Oct 18, 2023
  21. Oct 17, 2023
  22. Oct 16, 2023
  23. Oct 11, 2023
  24. Oct 10, 2023
  25. Sep 28, 2023
  26. Sep 25, 2023
  27. Sep 14, 2023
  28. Sep 12, 2023
  29. Jul 05, 2023
  30. Jun 21, 2023
  31. Jun 15, 2023
  32. Jun 07, 2023
  33. Feb 07, 2023
  34. Jan 16, 2023
Loading