Update TODO.md

This commit is contained in:
JT 2021-08-18 06:00:16 +12:00 committed by GitHub
parent 9e76fb2231
commit 8ab7b27d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<unknown> but List<int>)
- [x] variable type mismatch
- [x] type inference from successful parse (eg not `List<unknown>` but `List<int>`)
- [ ] finish operator type-checking
- [ ] Column path
- [ ] Ranges