ziglang / zig-spec

MIT License
170 stars 32 forks source link

Added support and tests for multivariable for loop syntax #49

Closed DaJobat closed 1 year ago

DaJobat commented 1 year ago

Grammar now supports multi-variable for loops and their capture, along with ranges. Also fixed up some old for loop tests that were syntactically correct, but not valid zig. Fixes #48