From b930fc5d9d63fbb8c5d74145c76d8618ed6b330b Mon Sep 17 00:00:00 2001 From: JT Date: Mon, 6 Sep 2021 14:22:58 +1200 Subject: [PATCH] updated TODO --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 2879da2b71..4542470948 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,7 @@ - [x] subcommand alias - [x] type inference from successful parse (eg not `List` but `List`) - [x] parsing tables +- [x] Block params - [ ] Column path - [ ] ...rest without calling it rest - [ ] operator overflow @@ -19,7 +20,6 @@ - [ ] Ranges - [ ] Source - [ ] Autoenv -- [ ] Block params - [ ] let [first, rest] = [1, 2, 3] ## Maybe: