zig
https://github.com/ziglang/zig
Zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Zig not yet supported32 Subscribers
View all SubscribersAdd a CodeTriage badge to zig
Help out
- Issues
- Misaligned memory access causing segfault with f128 on i386
- port the relevant clang CodeGen tests to zig in order to find C ABI bugs
- alignment of arrays is supposed to be at least 16 bytes if the size of the array is >= 16 bytes
- parse inline assembly syntax according to a set of dialects; integrate inline assembly more closely with the zig language
- rename "putNoClobber" to communicate that it is asserting the key slot is available
- package manager: enforce semver between minor/patch versions by using decl tests
- Compiler reports incorrect type error on the wrong line
- `LLVM ERROR: Type mismatch in constant table!` when building library with LTO
- Allow linking exe with unresolved symbols.
- std.Fifo.discard() makes it hard to combine BufferedReader and SeekableStream
- Docs
- Zig not yet supported