Can someone help me: In which places in the source code of Nim do changes have to be made to get rid of case sensitivity of the first character?
I have found compiler/idents.nim proc cmpIgnoreStyle, but changing only that procedure does nothing it seems. P.S.: This is only for my personal build on Nim, I do not want to force this behavior on anyone.