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

macro

Forked from Dynare / preprocessor
1138 commits behind 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 C = [2, 3, 4, 5, 6]
@#define CC = [2, 5]
```
6d1c2ca8
History