Skip to content

Added several parsing options #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

AnnanFay
Copy link

@AnnanFay AnnanFay commented Apr 6, 2012

I've added several parsing options to parse hierarchies and lists that I've found in some ini files. Take a look at the test files to see what I mean.

I'm still quite new to clojure so I'm sure some of my code could be better.

Added option to turn maps that contain only numerically parsable keys into
sequences.
Added some test cases.
@jonase
Copy link
Owner

jonase commented Apr 7, 2012

This looks interesting. Could you point me to some resource which either discusses these hierarchies or some ini-files floating around on the internet using them?

@AnnanFay
Copy link
Author

AnnanFay commented Apr 7, 2012

The INI file that I originally found is part of dwarftherapist.

After some research this seems to be part of QT's settings format. beginWriteArray has a small example of the output keys. I can't seem to find an official specification or full example from QT!

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

Successfully merging this pull request may close these issues.

2 participants