econfig icon indicating copy to clipboard operation
econfig copied to clipboard

simple Erlang config handler using INI files

Results 4 econfig issues
Sort by recently updated
recently updated
newest added

Trying out the example and watching the actual INI file get written to file, doesn't result in the expected output. The new key value written below ends up in the...

Hello please provide an example on how the app.config should look for econfig. `{ econfig,[ { confs, [{config_name, ["/srv/www/src/config.ini"], [autoreload]} ] } ] } ` Something like this ? Silviu

@benoitc let me know if you are open to this kind of parser rewrite. Some notes: - marginal performance improvement, around 10% - more readable (I think, unless you don't...

Hi @benoitc I have added unicode support, util functions (get_bool, get_integer, get_float, get_list) and comments with sharp symbol. May be you find it useful :)