From 91623e89927c9ddd8a8e4dda72b1c9df24cc4971 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:14:28 -0400 Subject: [PATCH] chore: Updated TODOS.md --- TODOS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODOS.md b/TODOS.md index 21d6606..d611464 100644 --- a/TODOS.md +++ b/TODOS.md @@ -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.