xo-interpreter2 stack: support op!= + trial numeric refactor
This commit is contained in:
parent
788363dd4c
commit
0f17c52ce8
15 changed files with 172 additions and 17 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