From 62ac0453c49de5e4a7ac5673bd772c6484d6acf7 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 12 Apr 2014 23:02:31 +0800 Subject: fixed bugs in typedef (with struct/union) --- TODO.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO.rst') 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) -- cgit v1.2.3