xo-interpreter: + xo::scm::Float
This commit is contained in:
parent
15ed096ba4
commit
57ef654a55
6 changed files with 120 additions and 2 deletions
|
|
@ -145,6 +145,8 @@ namespace xo {
|
|||
|
||||
VSM_CONTINUE();
|
||||
} else {
|
||||
/* see ObjectConverter::ctor to add more builtin types */
|
||||
|
||||
VSM_ERROR(tostr("constant_op: unable to convert native value to object",
|
||||
xtag("id", expr->value_tp().td()->id()),
|
||||
xtag("short_name", expr->value_tp().td()->short_name())));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue