Fixes a warning (indentation) and an error (strings are now nil-hostile) to make the nim@0.19 (and latest devel) compiler happy.
Heads up: I noticed in your q.nimble file you support nim@0.10 and up. Although this change is compatible with nim@0.18 and up, I really don't know if it is compatible going all the way back to 0.10.
Thank you kindly for this library. It works well for my light html parsing needs... also, I'm shocked at how small the codebase is. Great job.
I wrote this lib when I was learning Nim, and trying to understand how stuffs work. It is just for education purpose, glad that it helps.
Thank you for your interesting!
Fixes a warning (indentation) and an error (strings are now
nil
-hostile) to make thenim@0.19
(and latestdevel
) compiler happy.Heads up: I noticed in your
q.nimble
file you supportnim@0.10
and up. Although this change is compatible withnim@0.18
and up, I really don't know if it is compatible going all the way back to0.10
.Thank you kindly for this library. It works well for my light html parsing needs... also, I'm shocked at how small the codebase is. Great job.