And while i'm at it, anyone know how to either use the __LINE__ macro from the compiler in nim? Or even the '#' stringify preprocessor symbol?
I have a template that checks the proc result calls in vulkan and puts out the error string. Nim makes it easy to do this, but i dunno what the corresponding line is where the error or proc call is.
