xo-interpreter2 stack: support op!= + trial numeric refactor

This commit is contained in:
Roland Conybeare 2026-02-19 11:56:06 -08:00
commit 0f17c52ce8
15 changed files with 172 additions and 17 deletions

View file

@ -132,7 +132,9 @@ namespace xo {
VsmResult evalresult = this->start_eval(expr);
if (evalresult.is_eval_error() || evalresult.is_tk_error()) {
if (evalresult.is_tk_error()) {
// TODO: print error here
return VsmResultExt(evalresult, remaining);
}