Cleaning language
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user