all repos — xyw @ 37343040403ae70fc12b1256e256eb26afb7ca07

A minimal virtual machine and assembler for terminals.

Minor updates.
h3rald h3rald@h3rald.com
Wed, 26 Nov 2025 17:47:43 +0100
commit

37343040403ae70fc12b1256e256eb26afb7ca07

parent

5c93bd7c5f2ecbe5addbf8a54e00cb79b36c16de

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M xywasm.cxywasm.c

@@ -377,7 +377,7 @@ }

return 0; } -// Parse tokens +// Process and validate tokens static int process_token(xyw_context *ctx) { if (token[0] == ';')