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
- --sysroot is behaving differently between search paths for includes, libraries, and frameworks.
- std: add decl literal initializers to some collections
- `@compileLog` formats arrays of identical bytes as integers instead of text
- zig init: Add step to generate documentation
- With Zig 0.14-pre in Debug mode, ARM binary has ARM.extab sections placed in RAM memory region
- Add a step to generate documentation to `build.zig` which `zig init` generates
- `cannot represent integer value` error should have a 'defined here' note when its a parameter
- Miscompilation: `!=` for uninstantiable `union(enum)` state broken, always returns `false`
- FixedBufferStream needs to declare Error in order to be wrapped with other Readers
- `type 'T' has no members` error has no 'defined here' notes
- Docs
- Zig not yet supported