From 7eed73ccb29d91c6719983ff6fb6504a5344845e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 27 Nov 2011 16:00:37 +0000 Subject: Added TODO for pp2cc --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..5c7c490 --- /dev/null +++ b/TODO @@ -0,0 +1,14 @@ +Support for other assignment operators: +/= *= += -= %= <<= >>= |= &= ^= + +Post decrement/increment operators: +p-- p++ + +Indirection, address and pointers in general +*x &x x.y x->y + +Arrays (definition and use) +int x; +int a[2] = {1, 2]; +a[2] = 2; +x = a[2] -- cgit v1.2.1