xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/

This commit is contained in:
Roland Conybeare 2026-02-18 21:47:02 -08:00
commit ac1395ce98
28 changed files with 912 additions and 70 deletions

View file

@ -0,0 +1,18 @@
{
mode: "implementation",
output_cpp_dir: "src/numeric",
output_hpp_dir: "include/xo/numeric",
output_impl_subdir: "integer",
includes: [
// "<xo/printable2/Printable.hpp>",
// "<xo/printable2/detail/IPrintable_Xfer.hpp>"
],
local_types: [ ],
namespace1: "xo",
namespace2: "scm",
facet_idl: "idl/Numeric.json5",
brief: "provide ANumeric interface for DInteger",
using_doxygen: true,
repr: "DInteger",
doc: [ "implement ANumeric for DInteger" ],
}