summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2010-10-29 15:51:07 +0200
committereli.bendersky <devnull@localhost>2010-10-29 15:51:07 +0200
commit2e907fada2916053a4130cd7f51b4bad41006f6a (patch)
tree5b97cc87aec508bfdac925bc9abd3a74db745c0d /TODO.txt
parent79d5cf672bf2119bc136f7ff9b71814898cf38f9 (diff)
downloadpycparser-2e907fada2916053a4130cd7f51b4bad41006f6a.tar.gz
Implemented basic VLA support for C99
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 3a8df61..d1dbfb7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,7 +5,7 @@ Pycparser 2: the idea is to "mostly" support C99
Implement:
-- new keywords restrict, inline
+V- new keywords restrict, inline
- mix declarations and statements inside a block
- VLAs (non-constants in arr[n]), including [*] for parameter lists
V- declarations in the first expression of "for" loops