Modify the way that configs are processed to allow simple math (+,-,/,*) in the Par declaration of a config.JSON.
{
"Sources": {
"xgraph": "{xgraph}"
},
"Modules": {
"Module": {
"Module": "Modules.Module",
"Source": "xgraph",
"Par": {
"Parameter": 1/100
}
},
"Deferred": []
}
}