From 01f67c52f6068770e9002c7c84d150b059fca0e5 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 29 Sep 2025 08:14:48 +0200 Subject: [PATCH] Added TODO --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 58052fb..0d0f648 100644 --- a/TODO.md +++ b/TODO.md @@ -16,4 +16,5 @@ - Add function calls to expressions. For now only hard-coded functions such as MIN and MAX should be added. - Add bank number to label struct - Add a BANKNUM function e.g. BANKNUM(label) -- Add stack-machine based expressions (e.g. 1 2 +, 1 2 max). keep previous expression syntax but deprecate it. switch expression mode syntax with a directive e.g. .smon and .smoff (stack machine on/off). +- Add .eval expression + eval should run a assembly-like vm that can output tokens (e.g. eval script arg1, arg2 etc) -- 2.30.2