xo-reader2: + on_f64_token() + handle in DDefineSsm+DProgressSsm

This commit is contained in:
Roland Conybeare 2026-01-22 15:18:35 -05:00
commit a341ac1f06
17 changed files with 41 additions and 16 deletions

View file

@ -34,6 +34,16 @@ namespace xo {
}
}
DConstant *
DConstant::make(obj<AAllocator> mm,
obj<AGCObject> value)
{
void * mem = mm.alloc(typeseq::id<DConstant>(),
sizeof(DConstant));
return new (mem) DConstant(value);
}
TypeDescr
DConstant::_lookup_td(typeseq tseq)
{

View file

@ -11,7 +11,7 @@
* [idl/IExpression_DConstant.json5]
**/
#include "IExpression_DConstant.hpp"
#include "detail/IExpression_DConstant.hpp"
namespace xo {
namespace scm {

View file

@ -2,7 +2,7 @@
*
* Generated automagically from ingredients:
* 1. code generator:
* [/Users/roland/proj/xo-umbrella2/xo-facet/codegen/genfacet]
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet]
* arguments:
* --input [idl/IExpression_DVariable.json5]
* 2. jinja2 template for abstract facet .hpp file: