| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-02 | compiler: allow `@import` of ZON without a result type | Mason Remaley | |
| In particular, this allows importing `build.zig.zon` at comptime. | |||
| 2025-02-03 | compiler,std: implement ZON support | Mason Remaley | |
| 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`. | |||
