Update TODO.md

This commit is contained in:
JT 2021-09-01 15:17:14 +12:00 committed by GitHub
parent d0be193307
commit fcc1cd3d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
- [x] refactor into subcrates
- [x] subcommand alias
- [x] type inference from successful parse (eg not `List<unknown>` but `List<int>`)
- [ ] parsing tables
- [x] parsing tables
- [ ] ...rest without calling it rest
- [ ] operator overflow
- [ ] finish operator type-checking