]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Fixed sign conversion in stringify and dealt with endian-ness of iconv.
[cycript.git] / todo.txt
index 53ef7bf307f64adf112ea9e169ada88fa9b9cc1e..2308e3da8c6f34a0eb0b8f8af7ed5e4197f440da 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,5 +1,8 @@
-labelled statements don't get labelled
-blocks and empty statements are poorly factored
-property labels should get minimized
-functors use both ffiData and ffoData...
-rename "data" variables to "internal"
+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
+setup a default hook mechanism for ffi_call passthrough
+some JS callbacks don't use exception pointers at all...