feat: add comma, fix allot, and support bare-metal custom memory

Co-authored-by: aider (openrouter/moonshotai/kimi-k2.6) <aider@aider.chat>
This commit is contained in:
2026-05-03 23:07:26 +03:00
parent 1c0c6daf4f
commit 19c8608c76
4 changed files with 38 additions and 3 deletions
+1
View File
@@ -196,6 +196,7 @@ void do_do_var(Word* w);
void do_do_const(Word* w);
void do_here(Word* w);
void do_allot(Word* w);
void do_comma(Word* w);
// Return stack
void do_to_r(Word* w);