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 774 public repositories matching this topic...
-
Updated
May 29, 2022 - Zig
-
Updated
May 20, 2022 - Zig
-
Updated
May 31, 2022 - C++
-
Updated
May 31, 2022 - C++
Improve tests
-
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
May 29, 2022 - Zig
Currently when creating the FAT32 and MBR boot sectors, a stub x86 boot code is used to say that the image is non bootable.
The current x86 version (with the asm code) can be found in the kernel/arch/common.
There needs to be an ARM version.
All the code will need to do it print to the screen saying the image in not bootable and be a valid boot sector.
-
Updated
Apr 28, 2022 - Zig
-
Updated
Feb 25, 2022 - Zig
-
Updated
Jan 8, 2019 - Assembly
-
Updated
Mar 5, 2020 - Zig
-
Updated
May 26, 2022 - Zig
-
Updated
Jan 26, 2020 - Zig
Created by Andrew Kelley
Released February 2016
- Repository
- ziglang/zig
- Website
- ziglang.org
- Wikipedia
- Wikipedia
Sooner or later we will need to add tests to check for regressions.
I propose the following three kinds of tests: