aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorbellard <bellard>2001-11-11 22:51:50 +0000
committerbellard <bellard>2001-11-11 22:51:50 +0000
commit4dceee367771ae3b51a8394f5057b1d06622c21c (patch)
tree59017262ab94c7e841aa719bc05a097aadae2006 /TODO
parenteb0e3e70dcb42dd60122158e1b9dbdcd0fac3a3e (diff)
downloadtinycc-4dceee367771ae3b51a8394f5057b1d06622c21c.tar.gz
tinycc-4dceee367771ae3b51a8394f5057b1d06622c21c.tar.bz2
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 78e442a..6f90eeb 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,12 @@ TODO list:
Critical:
+- initializers
- add hash tables for symbols (useful for long programs)
- 0 is pointer - fix type compare
- add message if external function or variable not found.
+- add float/double support (should be as small as possible while being
+ usable for RISC code generator too).
Not critical: