From 63ef37e97a9877bb5e3a6cd92c291571869f9a5e Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 4 May 2014 21:41:45 +0800 Subject: ... --- TODO.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.rst b/TODO.rst index 14363bc..f2a9a2b 100644 --- a/TODO.rst +++ b/TODO.rst @@ -18,15 +18,15 @@ TODO - 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 (done) - - incorrect address reference ``&`` + - incorrect address reference ``&`` (done) - const function name (done) - remove the redundant edge from blocks that break a loop - - ``<<`` operation in pre-calculation - - support ``addui``, ``sll``, etc. + - ``<<`` operation in pre-calculation (done) + - support ``addui``, ``sll``, etc. (almost done) - Not Implemented: - complex type name (to be in agreement with complex decl) (done) - initializer checking (done) - typedef support (via adding mid-rule actions to bision to inform flex) (done) - - ``&&`` and ``||`` + - ``&&`` and ``||`` (done) -- cgit v1.2.3