Remix.run Logo
dayvster 3 days ago

Not quite, it can translate C into zig using the `translate-c` command that it comes with. But it compiles directly into machine code

osmsucks 3 days ago | parent [-]

There is a C backend, so you can also compile Zig into C if you want.

dayvster 3 days ago | parent [-]

yea but, that's extremely edge case, or at least I have not yet encountered a need for that personally.