699ffd353d
Split 'xo-alloc/' into commit ' a2b678410d'
...
git-subtree-dir: xo-alloc
git-subtree-mainline: 5a5f43b56e84f4994f8495960ed688e684b7c067
git-subtree-split: a2b678410d
2026-05-30 12:44:07 -04:00
e833d73612
Split 'xo-numeric/' into commit ' 7750c868b6'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f80e5138abc8d55c556600e032ce1dd
git-subtree-split: 7750c868b6
2026-05-30 12:11:31 -04:00
a2b678410d
Split 'xo-numeric/' into commit ' 7750c868b6'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f80e5138abc8d55c556600e032ce1dd
git-subtree-split: 7750c868b6
2026-05-30 12:11:31 -04:00
7750c868b6
nit: typo in xo-numeric/README placeholder [NIT]
2026-05-30 12:09:57 -04:00
3fac09646a
Split 'xo-numeric/' into commit ' 5f2de0ad5a'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784c73c417110df62254ff958c83200d8
git-subtree-split: 5f2de0ad5a
2026-05-30 12:07:21 -04:00
a30f52375b
Split 'xo-numeric/' into commit ' 5f2de0ad5a'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784c73c417110df62254ff958c83200d8
git-subtree-split: 5f2de0ad5a
2026-05-30 12:07:21 -04:00
5f2de0ad5a
xo-gc stack: refactor + streamline.
...
Retiring unused Collector typealiases.
Fix #include topology.
Fix/improve write barrier setup.
2026-05-02 13:49:29 -04:00
7b6ef607aa
build: coverage build working in umbrella builds (!)
...
1. more recent lcov is persnickety, need to ignore some errors.
2. need more careful assembly of subdirs with .gcda/.gcno info.
lcov doesn't like duplication here.
2026-04-09 20:50:32 -04:00
4dc6739167
refactor: rename shallow_copy -> shallow_move + streamline
...
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
5950a45483
xo-numeric: restore numeric function type
2026-03-28 09:45:36 -04:00
9e88672ad4
xo-interpreter2 stack: VSM as AGCObject for virtual root
2026-03-25 19:31:59 -04:00
d288c4ff1e
xo-reader2 stack: constants for operator primitive names
2026-03-25 17:52:39 -04:00
4601e824bc
xo-reader2 stack: refactor for ssm file location
2026-03-25 17:11:46 -04:00
b3fbddcf3e
xo-numeric: cosmetic: drop debug
2026-03-24 22:16:24 -04:00
335c04a834
xo-numeric: cosmetic: add comments to label essential primitives
2026-03-24 22:01:28 -04:00
f4d00d9e17
xo-interpreter2: streamline pm setup
2026-03-16 20:18:52 -05:00
884a6074d7
xo-numeric: streamline setup
2026-03-16 14:41:28 -05:00
dc43feece0
xo-interpreter2 stack: use RuntimeContext to streamline setup
2026-03-16 14:09:03 -05:00
4039926d33
xo-numeric: attach type to numeric primitives
2026-03-16 13:51:51 -05:00
940cfb963a
xo-numeric: type decoration for multiply
2026-03-16 13:29:48 -05:00
44c687dbfe
xo-interpreter2 stack: + dict type + pop more pm types
2026-03-16 09:03:24 -05:00
692a9a7f1b
xo-interpreter2 stack: modularize nth() primitive setup/install
2026-03-15 09:47:14 -05:00
c500a98722
xo-reader2: + op> support
2026-03-13 00:15:29 -05:00
1b4d5744d2
xo-reader2: + op>= support
2026-03-12 23:41:21 -05:00
380449a72a
xo-reader2 stack: + op<= setup
2026-03-12 21:00:16 -05:00
1a60284861
xo-numeric: + cmple for op<=
2026-03-12 20:54:23 -05:00
b69ec48d00
xo-interpreter2 stack: refactor + bugfix operator expr
2026-03-12 20:26:08 -05:00
6f76c9ee3b
build: retire FACET argument to genfacetimpl
2026-03-11 10:03:46 -05:00
d1cba49323
build: retiring REPR argument to xo_add_genfacetimpl()
2026-03-11 08:41:57 -05:00
94c98c8396
xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling
2026-03-04 22:26:31 +11:00
0083f23aae
xo-numeric: expand error message on bad dispatch
2026-03-04 14:05:10 +11:00
5791cd59ce
xo-numeric: + less than dispatch (also in schematika parser)
2026-02-27 22:55:14 +11:00
a62bb4cec8
Merge branch 'main' into claude1
2026-02-27 22:07:46 +11:00
1d6f1c22ea
xo-cmake: setup to make share target available via cmake install
2026-02-27 19:38:53 +11:00
c5eacdefdc
xo-cmake: setup to make share target available via cmake install
2026-02-27 19:38:53 +11:00
fe9ae63892
xo-alloc: fix broken cmake export deps
2026-02-27 11:34:18 +11:00
a1e5449d5a
xo-alloc: nix requires specific include path
2026-02-27 11:33:40 +11:00
caa03566da
xo-alloc: nix-build + compiler nits
2026-02-26 12:20:34 +11:00
fdad923183
xo-numeric: streamline using Numeirc::dispatch aux fn
2026-02-23 07:04:13 +11:00
77c5f625ff
xo-interpreter2 stack: support op!= + trial numeric refactor
2026-02-19 11:56:06 -08:00
243ad12869
xo-interpreter2 stack: streamline op== impl + utests
2026-02-19 09:03:02 -08:00
9dca9a8c46
xo-reader2 stack: use NumericDispatch for *,/,+,- ops
2026-02-18 22:40:37 -08:00
43f120dd10
xo-interpreter2 stack: use xo-numeric/ to support op*
2026-02-18 22:00:30 -08:00
ac1395ce98
xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/
2026-02-18 21:47:02 -08:00
b8fd087319
+ xo-numeric/ [WIP]
2026-02-18 13:44:57 -05:00
77546db923
Merge branch 'claude1'
2026-02-18 12:39:43 -05:00
b8fbef8a5f
initial commit
2026-02-18 12:37:03 -05:00
1870c0cc83
etc/hostubuntu: update nvidia driver symlinks for 580.126.09
2026-02-18 12:18:42 -05:00
f26c05d64f
xo-interpreter2: + skrepl (read eval print loop)
2026-02-18 01:46:45 -05:00
ce8663bcfa
xo-interpreter2: recursive factorial utest. working!
2026-02-17 20:07:43 -05:00