diff options
-rw-r--r-- | TODO.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |