diff options
author | Teddy <[email protected]> | 2014-04-12 23:02:31 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-12 23:02:31 +0800 |
commit | 62ac0453c49de5e4a7ac5673bd772c6484d6acf7 (patch) | |
tree | 04d3f7454afe89cba087b95bffe72bc245934bad /TODO.rst | |
parent | bbce3104de593c90b10778a379728f982bc3fdcb (diff) |
fixed bugs in typedef (with struct/union)
Diffstat (limited to 'TODO.rst')
-rw-r--r-- | TODO.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |