]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Updated todo, license, and title.
[cycript.git] / todo.txt
index d3f6a4ebd0704577ab592b93f305a0ef7181fe0f..b6ee18d87fa55f7c6c32754beb9afe1d45a2663d 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,3 +1,7 @@
-labelled statements don't get labelled
-blocks and empty statements are poorly factored
-functors use both ffiData and ffoData...
+unicode identifier support (native and \u)
+object literal compilation should use numerify strings
+support unions (right now 0-1 fields parsed as struct)
+\\\n escapes in strings aren't handled in the console
+look into what String is, and whether to bridge it
+the console frontend's error handling, well, doesn't
+Objective-C needs to be able to hook ffi_call for errors