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