Commit graph

3,572 commits

Author SHA1 Message Date
baab64c036 xo-procedure2: + DPrimitive_gco_0 (primitive with 0 arguments) 2026-02-28 13:27:34 +11:00
038a931fa5 xo-interpreter2 stack: + RuntimeContext.visit_pools() method 2026-02-28 13:26:10 +11:00
df2c13f395 xo-reader2: + intern_string() forwarding methods in parser/reader 2026-02-28 13:24:06 +11:00
5675e12d97 xo-interpreter2: + DGlobalEnv::_upsert_value() 2026-02-28 13:22:59 +11:00
6795c1bc15 xo-reader2: support 0-argument apply-expressions 2026-02-28 13:21:54 +11:00
878e12badc xo-interpreter2 stack: support 0-argument function calls 2026-02-28 13:20:11 +11:00
5791cd59ce xo-numeric: + less than dispatch (also in schematika parser) 2026-02-27 22:55:14 +11:00
c221a31efe xo-numeric: + less than dispatch (also in schematika parser) 2026-02-27 22:55:14 +11:00
208daff9bb Merge branch 'main' into claude1 2026-02-27 22:07:46 +11:00
1df8368717 Merge branch 'main' into claude1 2026-02-27 22:07:46 +11:00
a62bb4cec8 Merge branch 'main' into claude1 2026-02-27 22:07:46 +11:00
df87f1b313 Merge branch 'main' into claude1 2026-02-27 22:07:46 +11:00
9ee2c1b59e build: + <variant> for osx build 2026-02-27 19:42:43 +11:00
dbbfddde9f osx build: + unistd.h for isatty() 2026-02-27 19:42:29 +11:00
6c3514b392 osx build: #include <exception> in _Any.cpp 2026-02-27 19:41:03 +11:00
04076ea983 osx build: #include <exception> in _Any.cpp 2026-02-27 19:41:03 +11:00
1d6f1c22ea xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
dffaf7fa16 xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
df6936e0fe xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
e0a2319bca xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
524bc5b260 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
dba44f5a2b xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
22af1b3279 xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
f83af2fd3e 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
04586a8188 xo-expression: fix type-unification utest on OSX 2026-02-26 12:28:14 +11:00
caa03566da xo-alloc: nix-build + compiler nits 2026-02-26 12:20:34 +11:00
1a5aae6a17 xo-arena: nix-build works, including utest 2026-02-26 00:47:49 +11:00
49decd246d indentlog: fix utest for OSX 2026-02-25 17:05:45 +11:00
d6456ce921 xo-reader2: bugfix: need pattern match to fix operator precedence 2026-02-23 07:04:54 +11:00
fdad923183 xo-numeric: streamline using Numeirc::dispatch aux fn 2026-02-23 07:04:13 +11:00
b6f0e04c10 xo-interpreter2 stack: support op!= + trial numeric refactor 2026-02-19 11:56:06 -08:00
4fc5f7d8ba xo-interpreter2 stack: support op!= + trial numeric refactor 2026-02-19 11:56:06 -08:00
77c5f625ff xo-interpreter2 stack: support op!= + trial numeric refactor 2026-02-19 11:56:06 -08:00
1750c0681e xo-interpreter2 stack: streamline op== impl + utests 2026-02-19 09:03:02 -08:00
8743aa44ef xo-interpreter2 stack: streamline op== impl + utests 2026-02-19 09:03:02 -08:00
243ad12869 xo-interpreter2 stack: streamline op== impl + utests 2026-02-19 09:03:02 -08:00
6575ab1c11 xo-reader2 stack: use NumericDispatch for *,/,+,- ops 2026-02-18 22:40:37 -08:00
9dca9a8c46 xo-reader2 stack: use NumericDispatch for *,/,+,- ops 2026-02-18 22:40:37 -08:00
1aa569c159 xo-interpreter2 stack: use xo-numeric/ to support op* 2026-02-18 22:00:30 -08:00
dd0857160b xo-interpreter2 stack: use xo-numeric/ to support op* 2026-02-18 22:00:30 -08:00
43f120dd10 xo-interpreter2 stack: use xo-numeric/ to support op* 2026-02-18 22:00:30 -08:00
a13e5efa61 xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/ 2026-02-18 21:47:02 -08:00
911818e957 xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/ 2026-02-18 21:47:02 -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