brendan-duncan/wgsl_reflect

Failed to handle numeric literals with suffix

bbbbx opened this issue · 3 comments

bbbbx commented

for example:

42i;
42u;
42f;

Should be fixed now from f24a37f.

bbbbx commented

It seems that the edge case 0i doesn't work

Fixed. The joys of regular expressions.