ziglang / zig-spec

MIT License
170 stars 32 forks source link

Remove C strings, add anonymous container literals #15

Closed hryx closed 4 years ago

hryx commented 4 years ago

Implementation of container literals:

Implementation of removal of C strings:

Tested against build.zig in the root directory of the Zig compiler on master.