Hi there, Some time ago I found zig lang. It also can be used as C compiler, so I thought that it would be great to try it with Nim.
Anyone tried to use zig as c compiler for nim? Could you provide compilation steps? I used nim c hi.nim and tried to use generated c code with zig, but c code generated by nim has some parts that zig c compiler complains about. I removed the comments and some lines he pointed me to, but I don't want to destroy the file. Thank you
