From 8d0410a22f5aceca6cc438f444d442282ed4a656 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 23 Apr 2017 12:29:52 +0800 Subject: Notes - Add TODO to unify slot lvalues --- Notes/todo.txt | 6 ++++-- 1 file 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. + -- cgit v1.2.3