From 8ab7b27d4fb2461e512581c3d15bb9ffc93f9a4f Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Wed, 18 Aug 2021 06:00:16 +1200 Subject: [PATCH] Update TODO.md --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 58f7979912..9e0122441b 100644 --- a/TODO.md +++ b/TODO.md @@ -6,12 +6,11 @@ - [x] Sub commands - [x] Floats - [x] Tests -- [x] Decl requires $ +- [x] Decl requires $ but shouldn't - [x] alias highlighting at call site - [x] refactor into subcrates - [x] subcommand alias -- [x] type inference from successful parse (eg not List but List) -- [x] variable type mismatch +- [x] type inference from successful parse (eg not `List` but `List`) - [ ] finish operator type-checking - [ ] Column path - [ ] Ranges