Summary
From my understanding of nim source code, maybe there is no urgent need to change nim compiler codebase whenever new compiler support is added. Maybe it's possible to pass all compiler details externally instead of relying on map[compilername] = compilerdetails defined in https://github.com/nim-lang/Nim/blob/devel/compiler/platform.nim#L222
Description
I have no solutions for this problem
Alternatives
No response
Examples
No response
Backwards Compatibility
No response
Links
No response