Failed to handle numeric literals with suffix
bbbbx opened this issue · 3 comments
bbbbx commented
for example:
42i;
42u;
42f;
brendan-duncan commented
Should be fixed now from f24a37f.
bbbbx commented
It seems that the edge case 0i
doesn't work
brendan-duncan commented
Fixed. The joys of regular expressions.