From 0a67a6f0a3fdbc9e45ea5a83aee806afaac1e3db Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 29 Oct 2016 12:10:39 -0400 Subject: [PATCH] todo --- c/todo.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/c/todo.txt b/c/todo.txt index f16ac097e..a463525f4 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -24,17 +24,27 @@ FUNCTIONALITY FOR 5.0.0: MAPVARS: ? map-locals into 5.0.0?!?!? - - LHS define/assign + - LHS define/assign special cases: + a = $* a = @* a = @b a = @b[c] + a = b + $* = a @* = a @b = a @b[c] = a + $* = f(...) + @* = f(...) + @b = f(...) + @b[c] = f(...) + + k all other (non-special-case) LHS situations + k RHS expr eval: terminality as already for oosvars - parameter marshal @@ -43,7 +53,7 @@ MAPVARS: - for-local -- with keylist etc. just as for oosvars -* needs assert_not_map +* needs assert_not_map in userspace * iterating: k save off a copy of the mlr exe before this for timings later