]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Added some cool references to to the todo list.
[cycript.git] / todo.txt
index 1f746c99e84e3236f17f742646aef71233016cdb..f61cb94c4a7afa3a4a680b407f9ad2697470ec87 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,5 +1,13 @@
-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)
+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
+some JS callbacks don't use exception pointers at all...
+a newline needs to not be allowed after a unary *
+finish implementing default xml namespace statement
+consider replacing regex literals with constructors
+  https://bugzilla.mozilla.org/show_bug.cgi?id=98409
+numerification needs to use specific precision values
+  https://bugzilla.mozilla.org/show_bug.cgi?id=5856
+consider a mode where unicode string content is saved
+  https://bugzilla.mozilla.org/show_bug.cgi?id=274152