]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Finally finished this stupid CYONification refactorization.
[cycript.git] / todo.txt
index f64e66d2fec62cdab72de2f4583dd180bbd224de..435dce40616b4b1e2f4cb628dceeba51d9ea843e 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,6 +1,5 @@
-labelled statements don't get labelled
-blocks and empty statements are poorly factored
-functors use both ffiData and ffoData...
-rename "data" variables to "internal"
 unicode identifier support (native and \u)
 object literal compilation should use numerify strings
 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