faml
English | 简体中文
Faml is a dynamic configuration scripting language that can embed script code in the configuration file to achieve dynamic configuration update.
example code:
[hello]
value = 30
name = $"hello {value + 12}" // hello 42
English | 简体中文
Faml is a dynamic configuration scripting language that can embed script code in the configuration file to achieve dynamic configuration update.
example code:
[hello]
value = 30
name = $"hello {value + 12}" // hello 42