Veikka Tuominen
Veikka Tuominen
Related PR #72
Done in 3aefd846ffb1dae997c6a715f81b4003a9072364
Done in 11ed032665fca9c78144c11993cfe229d21a5bc0, I'm not sure whether this grammar should allow valid numbers or not so I didn't touch them.
Those shouldn't be in the grammar IMO.
I don't think it's strictly necessary but if you want to mention it somewhere then go ahead.
This isn't being actively developed, hasn't been for a while and what there currently exists isn't all that useful in my opinion.
Using `zig` from `ziglang/zig-bootsrap` to build `ziglang/zig` only works when the bootstrap sources are up to date.
Also happens when reassigning const tagged union (#20926) ```zig export fn entry() void { const Tagged = union(enum) { foo: i32, }; const global: Tagged = undefined; global = .{...
That's strange, would you be able to install a modified version of the extension to get a more accurate error message? Steps: ``` git clone https://github.com/ziglang/vscode-zig.git --depth 1 --single-branch git...
Fixed by #20068