Zig
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. There is no hidden control flow, no hidden memory allocations, no preprocessor, and no macros.
Here are 815 public repositories matching this topic...
-
Updated
Jul 5, 2022 - Zig
-
Updated
Jun 29, 2022 - Zig
-
Updated
Jul 9, 2022 - Zig
-
Updated
Jul 8, 2022 - C++
Improve tests
Sooner or later we will need to add tests to check for regressions.
I propose the following three kinds of tests:
- Function unit tests (mainly for the parsing functions)
- I/O testing: simulate a client sending requests from a different process and check the responses are correct
- Internal state testing: simulate a client sending requests from a different process and check our intern
-
Updated
May 4, 2022
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);-
Updated
Jun 20, 2022 - Zig
This can be applied to the pmm, vmm, pit, rtc, pic, isr, irq and maybe more.
-
Updated
Apr 28, 2022 - Zig
-
Updated
Feb 25, 2022 - Zig
-
Updated
Jan 8, 2019 - Assembly
-
Updated
Jul 9, 2022 - Zig
-
Updated
Mar 5, 2020 - Zig
Created by Andrew Kelley
Released February 2016
- Repository
- ziglang/zig
- Website
- ziglang.org
- Wikipedia
- Wikipedia
Currently,

path.joinhas a failing test:These tests are taken from Node, so it likely is a real bug
The code implementing
path.joinis in this file: https://github.com/Jarred-Sumner/bun/blob/701d6ec45d7e339b352b37869bd2a7d4849b35fb/src/resolver/resolve