]> git.saurik.com Git - cycript.git/blob - todo.txt
Improved support for null-including strings.
[cycript.git] / todo.txt
1 labelled statements don't get labelled
2 blocks and empty statements are poorly factored
3 unicode identifier support (native and \u)
4 object literal compilation should use numerify strings
5 support unions (right now 0-1 fields parsed as struct)
6 \\\n escapes in strings aren't handled in the console
7 look into what String is, and whether to bridge it
8 for each (k in ObjectiveC.classes) { if (class_getInstanceMethod(k, @selector(description))) [k description]; }