Commit graph

6491 commits

Author SHA1 Message Date
John Kerl
d697d4ecf5 todo 2020-11-25 14:57:17 -05:00
John Kerl
075b6f4798 empty-slice iterate 2020-11-25 14:37:09 -05:00
John Kerl
7fc4d231fb empty-slice iterate 2020-11-25 14:13:34 -05:00
John Kerl
13def83aaa {1:2} -> {"1":2}, step for array/map project 2020-11-25 14:03:25 -05:00
John Kerl
7c2953715d more README.md typofixes 2020-11-25 14:00:06 -05:00
John Kerl
abcfded5b8 README.md typofixes 2020-11-25 13:52:21 -05:00
John Kerl
4a2bb93fe0 use more GitHub hyperlinks in README.md files 2020-11-25 13:47:10 -05:00
John Kerl
b69a7445a8 array/string-slice operator 2020-11-25 13:27:11 -05:00
John Kerl
ed2a4dc6ae iterate on [[...]] / [[[...]]] 2020-11-25 12:37:31 -05:00
John Kerl
fd222d69ee Merge branch 'master' of git+ssh://github.com/johnkerl/miller 2020-11-25 10:52:24 -05:00
John Kerl
cb5ee0e926 iterate on [[..]] and [[[...]]] 2020-11-25 10:51:52 -05:00
John Kerl
f330f7a394 iterate on [[..]] and [[[...]]] 2020-11-25 10:46:48 -05:00
John Kerl
d17821d320 neaten reg-test/run -s 2020-11-25 10:18:51 -05:00
John Kerl
160cf0bbbd lift the restriction that filter statements must come last in a DSL statement block 2020-11-25 09:58:30 -05:00
John Kerl
a3d07e2e6f formatting 2020-11-25 09:51:54 -05:00
John Kerl
7ce9de319b accept-case case-c-dsl-user-defined-functions.sh 2020-11-24 22:54:13 -05:00
John Kerl
f82129d832 reg-test/cases/case-c-dsl-print.sh: strict improvement 2020-11-24 22:48:05 -05:00
John Kerl
3235caabf4 modify/accept put -S cases 2020-11-24 22:42:14 -05:00
John Kerl
fe7097fa62 keys/values DSL functions -> get_keys/get_values 2020-11-24 22:28:58 -05:00
John Kerl
89e3241a73 mapper -> transformer cross-cutting rename 2020-11-24 22:25:05 -05:00
John Kerl
988ed4e0cb mapper -> transformer cross-cutting rename 2020-11-24 22:22:40 -05:00
John Kerl
c4a0d05da0 mapper -> transformer cross-cutting rename, README.md files 2020-11-24 22:18:49 -05:00
John Kerl
ecf3747146 mapper -> transformer cross-cutting rename 2020-11-24 22:15:10 -05:00
John Kerl
e59a398008 todo 2020-11-24 19:20:56 -05:00
John Kerl
cca81d4599 todo 2020-11-24 19:09:14 -05:00
John Kerl
56e97880d4 ??? operator for absent/empty coalesce, counterpart of existing ?? for absent-coalesce 2020-11-24 17:47:29 -05:00
John Kerl
7ac6d7578d todo 2020-11-24 17:13:57 -05:00
John Kerl
1fa663b84e accept-case reg-test/cases/case-c-dsl-null-empty-handling.sh (formatting only) 2020-11-24 17:00:11 -05:00
John Kerl
c551897b70 reg-test/README.md 2020-11-24 16:46:26 -05:00
John Kerl
fc9ebc06a5 reg-test/README.md 2020-11-24 16:44:26 -05:00
John Kerl
a4eca4eb8b reg-test/README.md 2020-11-24 16:43:26 -05:00
John Kerl
a0e5eeaaa7 reg-test/README.md 2020-11-24 16:42:18 -05:00
John Kerl
f6d5f1379d reg-test/README.md 2020-11-24 16:27:35 -05:00
John Kerl
310f4a6fcd reg-test/README.md 2020-11-24 16:26:18 -05:00
John Kerl
2ec3534a21 reg-test documentation 2020-11-24 16:11:03 -05:00
John Kerl
67b13aea33 accept-case case-c-dsl-user-defined-functions-and-subroutines.sh 2020-11-24 16:04:36 -05:00
John Kerl
7474fd11ac todo 2020-11-24 14:53:00 -05:00
John Kerl
41860c9c45 fix AST-validator bug 2020-11-24 14:47:34 -05:00
John Kerl
279dd7f76b case-debug 2020-11-24 14:29:28 -05:00
John Kerl
828fc4129a add for user-defined functions overriding built-in functions, as in the C impl 2020-11-24 14:15:20 -05:00
John Kerl
4fed370087 add duplicate-check for user-defined functions, as in the C impl 2020-11-24 14:11:40 -05:00
John Kerl
8065237641 add duplicate-check for user-defined subroutines, as in the C impl 2020-11-24 14:09:38 -05:00
John Kerl
b0685a759a todo 2020-11-24 13:58:32 -05:00
John Kerl
5972b61977 accept-case case-c-dsl-multipart-scripts.sh (subr ported) 2020-11-24 13:53:38 -05:00
John Kerl
5827676c4d accept-case case-c-dsl-trailing-commas.sh (subr ported) 2020-11-24 13:52:40 -05:00
John Kerl
5f90e92633 merge case case-c-dsl-user-defined-subroutines.sh into case-subr.sh 2020-11-24 13:51:18 -05:00
John Kerl
ec7093c92f accept-case case-c-dsl-context-specific-validation.sh (subr ported) 2020-11-24 13:46:06 -05:00
John Kerl
aa58b634a4 for put/filter -f/-e, don't interleave ";", as in the C impl 2020-11-24 13:43:48 -05:00
John Kerl
5a32c3ac95 subr CST 2020-11-24 13:33:45 -05:00
John Kerl
ee2235b88b subr CST iterate 2020-11-24 12:53:33 -05:00