Cleaning language

This commit is contained in:
2026-01-29 01:10:53 +01:00
parent db5237480a
commit 7e4f8d0e46
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
}