I'm new to NIM (loving it so far) and was looking in the times standard library for a string parsing proc, but haven't seen it. Am I missing something (maybe I'm looking in the wrong location) or is it just something that still needs to be implemented?
Well, there's no such thing in the standard library, so yes, it hasn't been impelled. That being said, I could have sworn that someone announced a date parsing module on the forum...
OK, thanks. If I can't find it in the forum, I'll put something together and submit it as a pull request for the times module. I'm sure it would help others as well.