hyperrealm / libconfig

C/C++ library for processing configuration files
https://hyperrealm.github.io/libconfig/
GNU Lesser General Public License v2.1
1.1k stars 360 forks source link

Can i define some Wildcards or special character inside the libconfig? #187

Closed nickhuangxinyu closed 2 years ago

nickhuangxinyu commented 3 years ago

for example:

in my config:

start = "2019-01-01";
end="2019-01-10";

can i make this valid:

start = "2019-01-01";
end = @start + 9;
start = "2019-01-01";
end=@globalend // glocalend is a external global variable
hyperrealm commented 2 years ago

This is not currently supported.