top | item 23806707

(no title)

gmcabrita | 5 years ago

> The Zig language accepts hard tabs and carriage returns. The self-hosted compiler implements the Zig language correctly; accepting hard tabs and carriage returns. However, the self-hosted compiler is not yet complete, and what people are using in reality is the stage1 compiler, which does not accept hard tabs.

https://github.com/ziglang/zig/wiki/FAQ#why-does-zig-force-m...

discuss

order

CyberDildonics|5 years ago

That seems to imply that zig is only right now being used to make the self hosted compiler.