diff options
-rw-r--r-- | Notes/todo.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Notes/todo.txt b/Notes/todo.txt index 35526889..54956718 100644 --- a/Notes/todo.txt +++ b/Notes/todo.txt @@ -19,5 +19,7 @@ TODO: - Optimise typecheck. -- MIR: Add a Parameter type that is either LValue, Constant - > For any place a LValue is currently used, but a constant is valid +- MIR: Unify Variable/Argument/Temporary LValue types + - This should reduce the amount of code needed for validation, but will be a + BIG change. + |