Commit graph

2,927 commits

Author SHA1 Message Date
a6fbb5dde6 Split 'xo-tokenizer2/' into commit '48a082cb6b'
git-subtree-dir: xo-tokenizer2
git-subtree-mainline: d684e7408a
git-subtree-split: 48a082cb6b
2026-05-30 12:58:57 -04:00
7f4ffef585 Split 'xo-alloc/' into commit 'a2b678410d'
git-subtree-dir: xo-alloc
git-subtree-mainline: 5a5f43b56e
git-subtree-split: a2b678410d
2026-05-30 12:44:07 -04:00
48a082cb6b Split 'xo-alloc/' into commit 'a2b678410d'
git-subtree-dir: xo-alloc
git-subtree-mainline: 5a5f43b56e
git-subtree-split: a2b678410d
2026-05-30 12:44:07 -04:00
a56ea8894e Split 'xo-numeric/' into commit '7750c868b6'
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f
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: 365f5a055f
git-subtree-split: 7750c868b6
2026-05-30 12:11:31 -04:00
2aa50b22bb Split 'xo-numeric/' into commit '7750c868b6'
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f
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
0018f23a7e Split 'xo-numeric/' into commit '5f2de0ad5a'
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784
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: 8888986784
git-subtree-split: 5f2de0ad5a
2026-05-30 12:07:21 -04:00
f3205bdc4b Split 'xo-numeric/' into commit '5f2de0ad5a'
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784
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
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
ff471bbc72 xo-interpreter2 stack: wrap TokenizerError as DRuntimeError
Also fix _read_eval_print() to report them!
2026-03-27 11:16:28 -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
1d3af64a7a xo-tokenizer2: + op!= utest 2026-03-24 23:32:09 -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
4e7b58e3c9 xo-reader2: + op>= support 2026-03-12 23:41:21 -05:00
1b4d5744d2 xo-reader2: + op>= support 2026-03-12 23:41:21 -05:00
41f704f7ab xo-reader2 stack: support op<= 2026-03-12 21:08:58 -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
6f95f38373 xo-interpreter2: + nil + cons 2026-03-11 16:19:40 -05:00
caa8e31d02 xo-reader2: parse list types + utest 2026-03-11 14:13:48 -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
458fd04ca2 xo-reader2 stack: expand symbol table to store typedefs
+ typedef utest
+ misc qol policy choices
2026-03-11 07:49:14 -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
74642dfcfa xo-interpreter2 stack: + literal array parsing 2026-03-03 12:12:09 +11:00
650a9fa95f xo-interpreter2 stack: handle operator expressions w/ qliterals 2026-03-02 11:05:12 +11:00
9920812d42 xo-reader2 stack: + #q token + QuoteSsm [WIP - not functional] 2026-03-01 13:06:57 +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
dffaf7fa16 xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
1d6f1c22ea xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
6d039c03e6 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