summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2010-12-03 17:17:08 +0200
committereli.bendersky <devnull@localhost>2010-12-03 17:17:08 +0200
commit1359c959867b9fd29a65b55b7a17877d9f2abee4 (patch)
treecab54159841052952003b37a47d81c245aa67875 /TODO.txt
parent82af100217b39737a2c7ff8cd6eec6dac4500115 (diff)
downloadpycparser-1359c959867b9fd29a65b55b7a17877d9f2abee4.tar.gz
Fixes for correct setup of the package
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt14
1 files changed, 1 insertions, 13 deletions
diff --git a/TODO.txt b/TODO.txt
index 6a823da..49a1820 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,19 +1,6 @@
Todo
----
-Pycparser 2: the idea is to "mostly" support C99
-
-Implement:
-
-V- long long: including literal endings LL in lexer
-V- new keywords restrict, inline
-V- mix declarations and statements inside a block
-V- VLAs (non-constants in arr[n]), including [*] for parameter lists
-V- declarations in the first expression of "for" loops
-V- named initializers for structs and arrays
- V- including unnamed objects
-
-* Make the changelog in the readme a normal bullet list
Fixes since last:
------------------
@@ -24,6 +11,7 @@ Version Update
--------------
setup.py, __init__.py, README.txt
+- Tag in hg
Build docs and distribution