diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
