|
|
92bea14aa0
|
xo-interpreter2 stack: VSM as AGCObject for virtual root
|
2026-03-25 19:31:59 -04:00 |
|
|
|
364f34cc8a
|
xo-interpreter2 stack: scaffold for virtual root VSM [WIP]
|
2026-03-25 18:00:36 -04:00 |
|
|
|
12d3b1a21c
|
xo-interpreter2: + xo-gc dep for primitives
|
2026-03-24 22:12:38 -04:00 |
|
|
|
383e1983a3
|
xo-interpreter2 stack: + stringtable() in RuntimeContext api
|
2026-03-16 01:27:25 -05:00 |
|
|
|
aed354cf67
|
xo-interpreter2 stack: move fn_n_args() to ObjectPrimitives
|
2026-03-15 14:35:44 -05:00 |
|
|
|
1e3e879966
|
xo-interpreter2 stack: refactor: move cwd() -> ObjectPrimitives
|
2026-03-15 14:25:35 -05:00 |
|
|
|
1f596e6172
|
xo-interpreter2 stack: refactor: do report_memory_use() modular
|
2026-03-15 12:10:21 -05:00 |
|
|
|
be680fcc55
|
xo-interpreter2 stack: refactor: move cons() pm to object2/
|
2026-03-15 11:51:37 -05:00 |
|
|
|
174e363c9a
|
xo-interpreter2 stack: refactor: move dict pms to object2/
|
2026-03-15 11:40:24 -05:00 |
|
|
|
9061bd20ee
|
xo-interpreter2 stack: modularize nth() primitive setup/install
|
2026-03-15 09:47:14 -05:00 |
|
|
|
7c3d546982
|
xo-interpreter2: + nil + cons
|
2026-03-11 16:19:40 -05:00 |
|
|
|
1305788778
|
xo-interpreter2 stack: + nth() primitive
|
2026-03-11 15:40:38 -05:00 |
|
|
|
27e2990f4c
|
xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/
|
2026-03-05 13:02:12 +11:00 |
|
|
|
1f9177093a
|
xo-interpreter2 stack: + DPrimitive_gco_3_dict_string_gco + dict_upsert
|
2026-03-04 14:34:57 +11:00 |
|
|
|
9fe9cd4626
|
xo-interpreter2: report_memory_use() +visit NumericDispatch arena
|
2026-03-04 14:22:50 +11:00 |
|
|
|
b260b5fdd5
|
xo-interpreter2: + fn_n_args() primitive
|
2026-03-04 14:21:52 +11:00 |
|
|
|
b6fbf88cec
|
xo-interpreter2 stack: + DPrimitive_gco_1_gco [foundation]
|
2026-03-04 14:18:50 +11:00 |
|
|
|
9050b6dcf9
|
xo-interpreter2 stack: + dict.make() + Dictionary impl
|
2026-03-03 16:45:54 +11:00 |
|
|
|
0dea33846d
|
xo-reader2 stack: + #q token + QuoteSsm [WIP - not functional]
|
2026-03-01 13:06:57 +11:00 |
|
|
|
a41ff13f09
|
xo-interpreter2: + report_memory_use() built-in
|
2026-02-28 13:29:05 +11:00 |
|
|
|
878e12badc
|
xo-interpreter2 stack: support 0-argument function calls
|
2026-02-28 13:20:11 +11:00 |
|
|
|
b6f0e04c10
|
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 |
|
|
|
3c20facb34
|
xo-interpreter2: + skrepl (read eval print loop)
|
2026-02-18 01:46:45 -05:00 |
|
|
|
e993ee0de7
|
xo-interpreter2: recursive factorial utest. working!
|
2026-02-17 20:07:43 -05:00 |
|
|
|
a2fc3cb34a
|
xo-interpreter2: global variable refs working in utest
|
2026-02-17 15:01:46 -05:00 |
|
|
|
5e9b13c516
|
xo-interpreter2 stack: define-expr's work at top-level
|
2026-02-17 14:42:17 -05:00 |
|
|
|
2191eec0f8
|
xo-interpreter2 stack: plumbing for aux_mm and use opportunistically
|
2026-02-15 14:13:38 -05:00 |
|
|
|
8ff02d52c1
|
xo-interpreter2: ifelse expressions working + utest
|
2026-02-14 11:15:38 -05:00 |
|
|
|
cc98f515bd
|
xo-interpreter2 stack: apply user-defined lambda passes utest
|
2026-02-13 16:06:19 -05:00 |
|
|
|
caed95c54d
|
xo-interpreter2 stack: handle SequenceExpr + gc for frames
|
2026-02-13 15:16:05 -05:00 |
|
|
|
cfa5692804
|
xo-interpreter2 stack: invoke closures w/ tail-call opt [WIP]
|
2026-02-13 02:05:47 -05:00 |
|
|
|
eecc70d6eb
|
xo-interpreter2: + VsmApplyClosureFrame [WIP, not used]
|
2026-02-13 00:09:43 -05:00 |
|
|
|
fd0e5613dd
|
xo-interpreter2 stack: work on apply for closures [WIP]
|
2026-02-12 20:09:22 -05:00 |
|
|
|
497dc8a626
|
xo-interpreter2 stack: work on runtime error representation [WIP]
|
2026-02-12 18:46:43 -05:00 |
|
|
|
01df73b371
|
xo-interpreter2: vsm uses VsmRcx for runtime context
|
2026-02-12 16:16:49 -05:00 |
|
|
|
5e1eef3fc7
|
xo-interpreter2: + DVsmRcx. runtime context for vsm
|
2026-02-12 16:05:22 -05:00 |
|
|
|
e219ea0db3
|
xo-interpreter2 stack: lambda expr -> closure runs in VSM utest
|
2026-02-08 23:32:20 -05:00 |
|
|
|
82c82ea332
|
xo-interpreter2 stack: work on VSM for apply -> closure action [WIP]
|
2026-02-08 01:01:03 -05:00 |
|
|
|
3221eef2f8
|
xo-interpreter: vsm work on environments [WIP]
|
2026-02-07 23:14:48 -05:00 |
|
|
|
dbf251be6f
|
xo-reader2 stack: top-level lambda w/ apply parses
|
2026-02-05 15:45:40 -05:00 |
|
|
|
a63e4b1dae
|
xo-interpreter2: apply sequence now working in interpreter
|
2026-02-04 16:26:19 -05:00 |
|
|
|
5292518eaf
|
xo-interpreter2: vsm stack: facet + gcobject + printable + init
|
2026-02-04 01:44:28 -05:00 |
|
|
|
dc88663271
|
xo-interpreter: + VSM work in progress
|
2026-02-03 21:44:40 -05:00 |
|
|
|
bfc7a1d379
|
xo-interpreter2 .. xo-arena. memory pool introspection
|
2026-02-03 01:05:36 -05:00 |
|
|
|
6db1ddc802
|
xo-interpreter2: scaffold repl + alloc measurement frameowkr
|
2026-02-02 21:55:34 -05:00 |
|
|
|
a71060bb75
|
xo-interpreter2: refactor to setup vsm utest + repl
|
2026-02-02 10:53:28 -05:00 |
|
|
|
a10c7dcab2
|
xo-interpreter2: work towards utest w/ vsm+reader [WIP]
|
2026-02-01 22:12:28 -05:00 |
|
|
|
b69098af0d
|
xo-interpreter2: + _do_eval_sequence_op()
|
2026-01-31 01:13:55 -05:00 |
|
|
|
c68357a3bd
|
xo-expression2: + LambdaExpr ++ LocalSymtab
|
2026-01-27 22:35:22 -05:00 |
|