Files
zig/lib
Justus Klausecker d840bb5118 AstGen: improve ergonomics of Scope
Adds `Scope.Unwrapped`, a simple union of pointers to already-casted scopes
with `Scope.Tag` as its tag enum. This pairs very nicely with labeled switch
and gets rid of almost every `scope.cast(...).?`, improving developer QOL :)
2026-01-11 11:37:16 +00:00
..
2025-11-22 22:42:38 +00:00
2026-01-10 00:09:54 +01:00
2026-01-11 11:37:16 +00:00