aboutsummaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-01 13:14:41 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-01 13:14:41 +0800
commit2b30bf74245fa28d59491150395b54766783b379 (patch)
tree798cbeb37d06f125ab3842f115849f3eb92b4fc9 /TODO.rst
parent9c9ffe07398c4cb9d5167c8e876e766dad92af98 (diff)
can generate native asm
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
index 6981f48..14363bc 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -22,9 +22,11 @@ TODO
- const function name (done)
- remove the redundant edge from blocks that break a loop
- ``<<`` operation in pre-calculation
+ - support ``addui``, ``sll``, etc.
- 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 ``||``