From fcc1cd3d57faea56071a4553d33c4859d1740685 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:17:14 +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 3bee469d9..963795218 100644 --- a/TODO.md +++ b/TODO.md @@ -11,7 +11,7 @@ - [x] refactor into subcrates - [x] subcommand alias - [x] type inference from successful parse (eg not `List` but `List`) -- [ ] parsing tables +- [x] parsing tables - [ ] ...rest without calling it rest - [ ] operator overflow - [ ] finish operator type-checking