aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-03-30 21:13:47 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-03-30 21:13:47 +0300
commitb8211cda90f8a9cb14657d3328cfa9ec78722c5c (patch)
tree047036fd67d8b46ca2fd88b2597b03fd99fbc867 /TODO
parent78cf00cb506cb86112cb715e4d2d69ec11b20c42 (diff)
downloadek-b8211cda90f8a9cb14657d3328cfa9ec78722c5c.tar.gz
ek-b8211cda90f8a9cb14657d3328cfa9ec78722c5c.zip
change to left-to-right resolver
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 43f47d7..9d9f25e 100644
--- a/TODO
+++ b/TODO
@@ -17,3 +17,4 @@ OPTIMIZATIONS:
+ Output one procedure at a time through the backend, would allow us to free
actualized procs immediately instead of keeping them around in memory
+ Simplify IDs to just char arrays, would save on memory
++ Types can just be types, they maybe don't need to be full on AST nodes