From Alexei:
Then there will not be a connection between the lphy file and the actual simulations without know what the command line was. Looking just at the lphy script could be misleading.
Another option would be to have a macro like:
data {
n = ${n}
L = ${L};
...
}
or
data {
n = {{n}}
L = {{L}};
...
}
Which is replaced by templating before the script is fed into the LPhy parser.
From Alexei: Then there will not be a connection between the lphy file and the actual simulations without know what the command line was. Looking just at the lphy script could be misleading.
Another option would be to have a macro like:
or
Which is replaced by templating before the script is fed into the LPhy parser.