zig/src/codegen
Mason Remaley 13c6eb0d71
compiler,std: implement ZON support
This commit allows using ZON (Zig Object Notation) in a few ways.

* `@import` can be used to load ZON at comptime and convert it to a
  normal Zig value. In this case, `@import` must have a result type.
* `std.zon.parse` can be used to parse ZON at runtime, akin to the
  parsing logic in `std.json`.
* `std.zon.stringify` can be used to convert arbitrary data structures
  to ZON at runtime, again akin to `std.json`.
2025-02-03 09:14:37 +00:00
..
c x86_64: rewrite float vector conversions 2025-01-31 23:00:34 -05:00
llvm compiler,std: implement ZON support 2025-02-03 09:14:37 +00:00
spirv all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
c.zig Sema: introduce all_vector_instructions backend feature 2025-01-31 23:00:34 -05:00
llvm.zig Sema: introduce all_vector_instructions backend feature 2025-01-31 23:00:34 -05:00
spirv.zig Sema: introduce all_vector_instructions backend feature 2025-01-31 23:00:34 -05:00