Updated TODO

This commit is contained in:
Tristan B. Kildaire 2021-06-06 17:59:21 +02:00
parent 0ddae3ab79
commit bedd9639a2
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ TODO List
- [ ] Dependency generation
- [ ] Classes declared at the module level should be marked as static in `parse()` (not in `parseBody()` <- this is a note we don't do this)
- [ ] Structs declared at the module level should be marked as static in `parse()` (not in `parseBody()` <- this is a note we don't do this)
# Future