Go to file
Jonathan Marler 58d9004cea packed struct fix example and clarify least to most significant ordering
The packed struct example was mistakenly applying endianness where it
shouldn't have been.  This wasn't being caught because we don't currently
test the examples on Big-endian systems.

I updated the test to remove the endianness where it didn't apply, and
added a new part of the test to demonstrate when it would apply.
2022-11-17 12:11:43 +02:00
.builds
.github CI: disable github workflows until it is working in the ci branch 2022-11-14 17:40:44 -07:00
ci CI: aarch64-linux: init 2022-11-14 16:04:01 -07:00
cmake
deps
doc packed struct fix example and clarify least to most significant ordering 2022-11-17 12:11:43 +02:00
lib stdlib: make linux.PERF.TYPE non-exhaustive 2022-11-16 19:02:24 -05:00
src fix Nvptx backend outputing files at the top level of zig-cache 2022-11-16 18:49:04 -05:00
test Sema+llvm: improve handling of namespace-like unions 2022-11-16 01:13:35 +02:00
tools all: rename i386 to x86 2022-11-04 00:09:27 +03:30
.gitattributes
.gitignore
build.zig
CMakeLists.txt cmake: Mark <root>/.git/HEAD as a configure dependency 2022-11-10 19:34:56 -05:00
LICENSE
README.md

ZIG

A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Resources

Installation

License

The ultimate goal of the Zig project is to serve users. As a first-order effect, this means users of the compiler, helping programmers to write better software. Even more important, however, are the end-users.

Zig is intended to be used to help end-users accomplish their goals. Zig should be used to empower end-users, never to exploit them financially, or to limit their freedom to interact with hardware or software in any way.

However, such problems are best solved with social norms, not with software licenses. Any attempt to complicate the software license of Zig would risk compromising the value Zig provides.

Therefore, Zig is available under the MIT (Expat) License, and comes with a humble request: use it to make software better serve the needs of end-users.

This project redistributes code from other projects, some of which have other licenses besides MIT. Such licenses are generally similar to the MIT license for practical purposes. See the subdirectories and files inside lib/ for more details.