aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: aeb507d19aa81086e80fa6f9904400b1c5627595 (plain)
1
2
3
4
5
6
7
8
# Currently open issues

- [~] Fill up symbol tables/environments/types.
- [ ] Add type checking.
- [ ] Use bump allocators to avoid a large number of `malloc` calls.
- [ ] Free memory. Not important for now, since it will be cleaned up at exit.
- [ ] Add structs.
- [ ] Add arrays and darrays.