Anna

Results 3 issues of Anna

Now all links to sketches can be found through user's profile. It would be really great to be able to share a sketch with somebody by URL without showing it...

The converter crashes on input source code like this: struct a { struct b { int c; int d; } e; float f; } g = {.e.c = 3 };

The converter goes to an infinite loop on an input source like static short grid[3] [4] = { [2][0] = 8, [2][1] = 6, [2][2] = 4, [2][3] = 1...