From b8d218e65b0534ff2596df3393b06c80116d9d43 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Sat, 25 Sep 2021 20:46:43 +1200 Subject: [PATCH] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index bcf501fb0..4ffcf8668 100644 --- a/TODO.md +++ b/TODO.md @@ -21,6 +21,7 @@ - [x] Simple completions - [x] Detecting `$it` currently only looks at top scope but should find any free `$it` in the expression (including subexprs) - [x] Signature needs to make parameters visible in scope before block is parsed +- [x] Externals - [ ] Support for `$in` - [ ] Value serialization - [ ] Handling rows with missing columns during a cell path @@ -30,7 +31,6 @@ - [ ] finish operator type-checking - [ ] Source - [ ] Overlays (replacement for `autoenv`) -- [ ] Externals - [ ] let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?) ## Maybe: