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

- [~] Fill up symbol tables/environments/types.
- [~] Add type checking.
- [ ] Add user defined function calls (Only builtin calls currently supported).
- [ ] 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.