Skip to content
Snippets Groups Projects
  1. Nov 18, 2024
    • Sébastien Villemot's avatar
      :bug: 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 30, 2024
  6. Oct 24, 2024
  7. Oct 16, 2024
  8. Oct 15, 2024
  9. Sep 13, 2024
  10. 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
  11. Sep 05, 2024
  12. Sep 04, 2024
  13. Jul 23, 2024
  14. Jul 22, 2024
  15. Jul 19, 2024
  16. Jul 18, 2024
Loading