projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow Objective-C blocks as a short Functor syntax.
[cycript.git]
/
todo.txt
diff --git
a/todo.txt
b/todo.txt
index 4df4d2d28078432522abf51fddf90fded6851c1e..5d73856aca3d80fd82df5dfb7cfbb8c88ff30257 100644
(file)
--- a/
todo.txt
+++ b/
todo.txt
@@
-113,3
+113,6
@@
http://gcc.gnu.org/onlinedocs/gcc/Type-encoding.html
http://gcc.gnu.org/onlinedocs/gcc/Legacy-type-encoding.html
using .withName from the grammar is a horrible hack that makes other uses impossible
http://gcc.gnu.org/onlinedocs/gcc/Legacy-type-encoding.html
using .withName from the grammar is a horrible hack that makes other uses impossible
+
+blocks should be allowed to return blocks/functions: ModifiedType needs to go
+ instead, TypedParameterList should be folded into a TypeModifier with the other types