From 5021d618002e05675b98c28499390270fa7cf40e Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Thu, 7 Oct 2021 08:43:00 +1300 Subject: [PATCH] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 0a051b75b9..13df448caa 100644 --- a/TODO.md +++ b/TODO.md @@ -24,6 +24,7 @@ - [x] Externals - [x] Modules and imports - [x] Exports +- [x] Source - [ ] Input/output types - [ ] Support for `$in` - [ ] Value serialization @@ -32,7 +33,6 @@ - [ ] ctrl-c support - [ ] operator overflow - [ ] finish operator type-checking -- [ ] Source - [ ] Overlays (replacement for `autoenv`) ## Maybe: