István Pásztor
István Pásztor
When people read code they expect `with` statements to release resources. It is a bad idea to use language features to do different things than most other programmers do with...
I understand your motives. As a programmer it is very tempting to hack a hackable language. I've hacked the sh*t out of python, C++ operator overriding, template metaprogramming, etc... It...
Hi Thanks for raising this issue. If someone starts using json-cfg as a generic json parser then the description of `node_location()` is quite clear and easy to find in the...
The raised issue is completely valid. It would sometimes be very useful to have line+column info in fast general-purpose json parsers. I should either refactor this lib at some point...
@schosterbarak the end line isn't stored by this implementation
I think this could be a useful feature for those who use MRU a lot but I'm not sure it should go into this very same plugin. Also the MRU...