I'd like to parse a config.ini file - a file with project-wide constants and settings used by other applications and languages. Ideally, it would get parsed at build time, but I could make it work if it only parsed at runtime. Does the Zephyr framework have the ability to parse .ini files, either at build or at runtime?
You can see the utility of this - the config.ini can hold constants that are shared among web servers, mobile apps, python apps, or anything else in a big project because almost every language on earth can parse them.
Regards
Bret