chore: Updated TODOS.md

This commit is contained in:
Spencer Brower
2026-07-24 13:14:28 -04:00
parent 033e7f4f79
commit 91623e8992
+9
View File
@@ -1,3 +1,12 @@
## High priority
- Polish existing features before moving on to new ones.
- [ ] Improve diagnostics
- [ ] Simplify / unify template context stack. Come up with a name for it.
- [ ] `render_template` should accept `Template_Context`, not `any`
- [ ] Load grammars dynamically
- [ ] consider adding a limit to the context stack in mustache.
## Performance
- [ ] See if we can disable bounds checks in `write_indented` and elsewhere.