-
Notifications
You must be signed in to change notification settings - Fork 37
/
todo.taskpaper
31 lines (30 loc) · 932 Bytes
/
todo.taskpaper
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
- Multiple input files
- Framework as input file
- Add module declaration
- Option for specifying before and after code
- Formatting of imports @done(2012-06-29)
- Option for specifying package
- Compile on Windows @done(2013-11-02)
- Compile on Linux @done(2012-07-28)
C:
- Anonymous structs @done(2012-06-30)
- Self includes
- Hardcode the translation of some typedefs @done(2012-06-30)
- Out of order typedefs of structs @done(2013-11-02)
- Bitfields
- Non-standard extensions
Preprocessor:
- Better handling of includes
- Constants - #define foo 1
- Versions - #if __APPLE__
- Function macros - #define foo (a, b) a + b
- Syntactic macros - #define foo (a, b) a##b
Objective-C:
- Protocols @done(2012-08-06)
- Properties @done(2012-08-05)
- Blocks
- Categories @done(2012-08-06)
- Actions
- Outlets
- Selectors
- Constructors