xo-interpreter2 stack: support op!= + trial numeric refactor
This commit is contained in:
parent
1750c0681e
commit
b6f0e04c10
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue