Update TODO.md

This commit is contained in:
JT 2021-09-06 14:40:55 +12:00 committed by GitHub
parent faa53de893
commit 9e7d96ea50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
- [x] type inference from successful parse (eg not `List<unknown>` but `List<int>`)
- [x] parsing tables
- [x] Block params
- [x] Ranges
- [ ] Column path
- [ ] ...rest without calling it rest
- [ ] operator overflow
- [ ] finish operator type-checking
- [ ] Ranges
- [ ] Source
- [ ] Autoenv
- [ ] let [first, rest] = [1, 2, 3]