From f3be6b40f92242aa48a2f5cf8b29560b0cc5f8c7 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Sat, 18 Nov 2023 13:40:22 -0500 Subject: [PATCH] Update plan --- TODO | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 41fd4be..f1e2e8a 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,16 @@ +- arithmatic + - path to event listener: - card fields (vars maybe not needed yet?) - set field command - - command buffer in VM + - buffer output/side-effects in VM - formatter helper for debug page - unit test - command - - capture VM status (variables, procs?) + - set field inline instead of separate data??? + - capture VM status (variables, procs?)? + - or is it sufficient to rerender w/ a signal to branch into handler? - impl vars @@ -17,9 +21,10 @@ - impl backslash escapes - eval words -- arithmatic - subst +- interpolations in html blocks + ========================== older ==========================