diff options
-rw-r--r-- | Notes/todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index f461f9cd..c5e8005c 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -1,6 +1,7 @@ TODO: +- Get all run-pass and run-fail tests passing resolve + - Requires getting libtest to compile - Audit TODOs in codebase -- Test compile against a no_std program - MIR Optimisations - HIR Optimisation (remove dead code in `if true/if false` branches) - Convert enum variants to point to structs for the data type |