Skip to content
Snippets Groups Projects
Verified Commit 6d1c2ca8 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macro processor: allow colon-separated arrays as command-line defines

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]
```
parent f00d7c4b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment