Just released Guile-INI 1.0.0:
https://github.com/artyom-poptsov/guile-ini/releases/tag/v1.0.0
Notable changes:
- Added support for files with mixed comment styles. Now Guile-INI allows a user to use a list of characters or a character set as a custom comment prefix. This enables the parser to read files with mixed comment styles, such as the Samba configuration ("smb.conf".)
- Bugfix: Remove assumptions about the comment prefix. The parser would always fail to skip comments with a custom prefix.






