aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 65fbabd..4bc3d86 100644
--- a/TODO
+++ b/TODO
@@ -35,3 +35,11 @@ main ()
* implicit conversion to pointer and passed as first argument, ufcs
* does that for us. */
}
+
++ Might want to add in some kind of suffix for integer types, s for i9 and l for
+i27 or something?
+
++ lowering could check if a function has been lowered and if not, lower it for
+us. Should it also check that no abstract data types are used in the final
+lowering? Which would mean that even the lowering is allowed to fail, and not
+just the actualization phase.