++ and += not parsed
mighdoll opened this issue · 2 comments
mighdoll commented
e.g.
fn foo() {
var b = 1;
b+=1;
b++;
}
brendan-duncan commented
I'll get these added.
brendan-duncan commented
I pushed an update with the recent WGSL changes: ++, --, +=, -=, *=, /=, |=, &=, ^=, >>=, <<=, const, and static_assert.