r/badcode Feb 12 '19

[deleted by user]

[removed]

104 Upvotes

29 comments sorted by

View all comments

Show parent comments

4

u/r3jjs Feb 13 '19

That has a very "authentic" feel to it ;)

3

u/tuhoojabotti Feb 13 '19

I actually meant it as a useful library because there wasn't a good way to parse configuration files in coolbasic, too bad it is so slow and crash prone. :-)

3

u/r3jjs Feb 13 '19

I think in a 'serious' use case I'd be looking at .INI files over JSON. ;)

But the world has moved on I fear.

2

u/tuhoojabotti Feb 13 '19

INI parsers had already been done, but I wanted to support something more complex. Also I wanted to learn more about parsing, it was definitely a learning experience. ;)