mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 16:08:43 +00:00
todo
This commit is contained in:
parent
cb9bfc9e2b
commit
0a67a6f0a3
1 changed files with 12 additions and 2 deletions
14
c/todo.txt
14
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue