aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.rst8
1 files 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)