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
..
2025-02-01 04:27:24 +01:00
2024-12-19 17:10:03 -05:00
2025-01-29 21:10:20 -08:00
2025-02-03 09:14:37 +00:00
2024-07-23 11:43:12 -07:00
2025-02-03 09:14:37 +00:00
2025-02-03 09:14:37 +00:00
2024-07-09 14:25:42 -07:00
2024-03-10 18:13:30 -07:00
2025-02-01 04:27:24 +01:00
2024-08-22 08:44:08 +02:00
2024-03-21 14:11:46 -07:00
2024-11-01 02:04:27 +03:30
2025-01-29 21:10:20 -08:00
2024-08-07 00:48:32 -07:00
2024-07-31 16:57:42 -07:00
2025-01-16 20:42:08 -05:00
2025-01-16 20:42:08 -05:00
2024-08-29 23:43:52 +01:00
2025-01-20 15:37:57 -06:00
2025-01-16 20:42:08 -05:00
2025-02-03 09:14:37 +00:00
2025-02-03 09:14:37 +00:00