Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsections #18

Open
dylanrubini opened this issue Dec 14, 2021 · 3 comments
Open

Subsections #18

dylanrubini opened this issue Dec 14, 2021 · 3 comments

Comments

@dylanrubini
Copy link

Are subsections supported for this INI file parser

@szaghi
Copy link
Owner

szaghi commented Dec 14, 2021

Hi @dylanrubini

FiNeR supports only sections and options into sections, essentially the format described here https://en.wikipedia.org/wiki/INI_file

Cheers

@szaghi szaghi self-assigned this Dec 14, 2021
@dylanrubini
Copy link
Author

dylanrubini commented Dec 14, 2021

@szaghi thank you for the response. The wiki article indicates support for subsections (i.e., section nesting) with dot syntax, as shown below:

[section.subsection]

would it be possible to add this functionality?

@szaghi
Copy link
Owner

szaghi commented Dec 14, 2021

@dylanrubini it is possible, but currently I am extremely busy and I have no time to devote to my FOSS libraries. I cannot make any prevision on when I will find the time to implement this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants