Skip to content
Snippets Groups Projects
Select Git revision
  • 6b0884a16f3255325ec3042ad9bde145d71f4ca8
  • master default protected
  • dynare_lite
  • pylib
  • 5.x
  • wasm
  • julia
  • 4.6
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
13 results

src

Forked from Dynare / preprocessor
1173 commits behind, 15 commits ahead of the upstream repository.
Houtan Bastani's avatar
Houtan Bastani authored
colon-separated command line arguments such as
```
dynare <<.mod file>> -DA=1:5 -DAA=1:2:5
```
are now translated as:
```
@#define A = [1, 2, 3, 4, 5]
@#define AA = [1, 3, 5]
```

(cherry picked from commit 6d1c2ca8)
6b0884a1
History