]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Re-added final output to script execution, implemented unary affirmation operator...
[cycript.git] / todo.txt
index d903383b529b8ab75578b0e23a591832b1994994..f84adc8481db4bef8853b91e8ff94e5da3cba99d 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -3,3 +3,5 @@ blocks and empty statements are poorly factored
 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