aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorbellard <bellard>2001-11-18 16:33:35 +0000
committerbellard <bellard>2001-11-18 16:33:35 +0000
commit34a14a08a392bab489d75eb9e58c6474bc333c44 (patch)
treedecb28316b75b2c5bf6d8a423d48d6482b0b8902 /TODO
parentb9455a74847ba6b517d6b4e71f81cca44b7bcb2c (diff)
downloadtinycc-34a14a08a392bab489d75eb9e58c6474bc333c44.tar.gz
tinycc-34a14a08a392bab489d75eb9e58c6474bc333c44.tar.bz2
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index 6f90eeb..89aa798 100644
--- a/TODO
+++ b/TODO
@@ -2,10 +2,12 @@ TODO list:
Critical:
-- initializers
-- add hash tables for symbols (useful for long programs)
+- add structure assign.
+- fix 'char' and 'short' casts.
- 0 is pointer - fix type compare
+- fix L'' and L"" wide chars
- add message if external function or variable not found.
+- function pointers to forward reference (patch code generator).
- add float/double support (should be as small as possible while being
usable for RISC code generator too).
@@ -13,6 +15,8 @@ Not critical:
- fix preprocessor symbol redefinition
- better constant opt (&&, ||, ?:)
-- function pointers to forward reference (patch code generator)
+- add ELF executable and shared library output option (would be needed
+ for completness!).
- add PowerPC code generator.
-- add portable byte code generator and interpreter.
+- add portable byte code generator and interpreter for other
+ unsupported architectures.