Cleaning language

This commit is contained in:
2026-01-29 01:10:53 +01:00
parent d106711708
commit 48f5920fed
10 changed files with 57 additions and 68 deletions

View File

@@ -2300,5 +2300,7 @@ pub(super) fn compile_word(
return true;
}
false
// Unrecognized token becomes a string
ops.push(Op::PushStr(name.to_string(), span));
true
}