aboutsummaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-12 23:02:31 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-12 23:02:31 +0800
commit62ac0453c49de5e4a7ac5673bd772c6484d6acf7 (patch)
tree04d3f7454afe89cba087b95bffe72bc245934bad /TODO.rst
parentbbce3104de593c90b10778a379728f982bc3fdcb (diff)
fixed bugs in typedef (with struct/union)
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.rst b/TODO.rst
index 3898fd0..5081b17 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -17,10 +17,10 @@ TODO
- pointer may **allow incomplete** type (done)
- calculate type memory footprint at proper time
- function to 'pointer to function' conversion (according the std 6.3.2/4) (done)
- - vague var table management
+ - vague var table management (done)
- Not Implemented:
- complex type name (to be in agreement with complex decl) (almost done, need more tests)
- - initializer checking
- - typedef support (via adding mid-rule actions to bision to inform flex)
+ - initializer checking (done)
+ - typedef support (via adding mid-rule actions to bision to inform flex) (done)