xo-interpreter: + xo::scm::Float

This commit is contained in:
Roland Conybeare 2025-11-23 12:38:28 -05:00
commit 57ef654a55
6 changed files with 120 additions and 2 deletions

View file

@ -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())));