|
|
5b97cddbcd
|
xo-interpreter2 stack: work on apply for closures [WIP]
|
2026-02-12 20:09:22 -05:00 |
|
|
|
ce5232efd9
|
xo-interpreter2 stack: work on runtime error representation [WIP]
|
2026-02-12 18:46:43 -05:00 |
|
|
|
9a4a6b7188
|
xo-interpreter2 stack: work on VSM for apply -> closure action [WIP]
|
2026-02-08 01:01:03 -05:00 |
|
|
|
370e52a149
|
xo-interpreter2 stack: work on variable references [WIP]
|
2026-02-05 10:44:11 -05:00 |
|
|
|
61d41a2298
|
xo-interpreter2: apply sequence now working in interpreter
|
2026-02-04 16:26:19 -05:00 |
|
|
|
b994c56bc5
|
xo-reader2 stack: convenience #includes + parsing examples
|
2026-02-03 13:43:00 -05:00 |
|
|
|
8f97502677
|
xo-reader2 stack: misc qol improvements + improve reader2 utest
|
2026-02-03 13:23:38 -05:00 |
|
|
|
0e6afabaa3
|
xo-interpreter2 stack: cleanup memory reporting
|
2026-02-03 11:55:50 -05:00 |
|
|
|
92e79852b9
|
xo-expression2 xo-gc: DSequenceExpr builds [WIP]
|
2026-01-31 01:44:53 -05:00 |
|
|
|
7960e05b84
|
xo-expression2 xo-reader2 DSequenceExpr, DSequenceSsm [WIP]
|
2026-01-30 20:08:41 -05:00 |
|
|
|
298e05dd06
|
xo-object2: missed generated (Printable,Array) code + .json5
|
2026-01-29 15:19:35 -05:00 |
|
|
|
8f531065a9
|
xo-object2: implement APrintable for DArray
|
2026-01-29 15:12:00 -05:00 |
|
|
|
43a6235439
|
xo-procedure2 xo-object2: + polymorphic primitive support
|
2026-01-26 12:38:17 -05:00 |
|
|
|
ecf4081924
|
xo-object2: GCObjectConversion for double (via DFloat)
|
2026-01-25 10:13:22 -05:00 |
|
|
|
5f5469637a
|
xo-object2: + DString.from_str()
|
2026-01-25 10:03:41 -05:00 |
|
|
|
0fb0f7a1bf
|
xo-reader2: fix clearing result in SchematikaReader
|
2026-01-23 16:34:33 -05:00 |
|
|
|
b12555067c
|
xo-object2: + DBoolean w/ AGCObject, APrintable facets
|
2026-01-23 15:44:13 -05:00 |
|
|
|
00117840d0
|
xo-reader2 xo-object2: regenerate facets from idl
|
2026-01-20 22:13:01 -05:00 |
|
|
|
ca2be0172a
|
xo-reader2: + pretty-printing for ParserResult + use in utest
|
2026-01-20 12:40:26 -05:00 |
|
|
|
93429becad
|
xo-gc: + CollectorTypeRegistry for streamlined init
|
2026-01-16 16:10:00 -05:00 |
|
|
|
6f8fb9f15a
|
xo-expression2: + DUniqueString, use in StringTable
|
2026-01-16 13:05:58 -05:00 |
|
|
|
2edfb56530
|
xo-object2: + DString::from_view()
|
2026-01-15 19:37:32 -05:00 |
|
|
|
5565183495
|
xo-objectd2: + DString.hash() + utest
|
2026-01-15 17:39:17 -05:00 |
|
|
|
fac95836fc
|
xo-object2: + string comparison operators
|
2026-01-15 17:28:54 -05:00 |
|
|
|
05693bd55e
|
xo-object2: + operator==() for DString
|
2026-01-15 17:23:15 -05:00 |
|
|
|
293d805351
|
xo-object2: allow 0-capacity DArrays + utest
|
2026-01-15 17:22:03 -05:00 |
|
|
|
52d72ac0e5
|
xo-object: + DString.compare() + utest
|
2026-01-15 17:21:37 -05:00 |
|
|
|
ad59fac380
|
xo-object2: + DArray::array() n-ary factory method
|
2026-01-15 15:37:42 -05:00 |
|
|
|
38a62102cb
|
xo-object2: ++ Collector utest w/ DInteger + scaffodl DArray
|
2026-01-15 15:28:13 -05:00 |
|
|
|
fdd9753e44
|
xo-object2: + IGCObject_DArray
|
2026-01-15 14:40:09 -05:00 |
|
|
|
b9091b1667
|
xo-object2: + DArray gc hooks for AGCObject
|
2026-01-15 14:29:09 -05:00 |
|
|
|
88cf3aba0d
|
xo-object2: + ISequence_DArray + codegen
|
2026-01-15 14:15:24 -05:00 |
|
|
|
87dd88beec
|
xo-object2: + DArray::at() + utests
|
2026-01-15 13:41:24 -05:00 |
|
|
|
0a6f449b3b
|
xo-object2: + DArray [WIP] + utest
|
2026-01-15 13:15:18 -05:00 |
|
|
|
5628d00c7c
|
xo-object2: + StringOps.printf() + utest
|
2026-01-15 11:29:35 -05:00 |
|
|
|
3ae1685626
|
xo-object2: + StringOps.clone + utest
|
2026-01-15 11:25:26 -05:00 |
|
|
|
cb56e1ed26
|
xo-object2: + StringOps::from_cstr + utest
|
2026-01-15 11:17:55 -05:00 |
|
|
|
3349cea289
|
xo-object2: + StringOps + utest
|
2026-01-15 10:46:38 -05:00 |
|
|
|
f02e550f8c
|
xo-object2: tidy IPrintable_DInteger + codegen
|
2026-01-15 01:02:50 -05:00 |
|
|
|
9da8217df0
|
xo-object2: tidy IGCObject_DInteger + codegen
|
2026-01-15 00:58:55 -05:00 |
|
|
|
e5a4906ec7
|
xo-object2: streamline IPrintable_DFloat + codegen
|
2026-01-15 00:50:12 -05:00 |
|
|
|
7b7911f95c
|
xo-object2: streamline GCObject_DFloat + codegen
|
2026-01-15 00:46:39 -05:00 |
|
|
|
51126ae718
|
xo-object2: tidy IGCObject_DList
|
2026-01-15 00:32:50 -05:00 |
|
|
|
a3b4853f55
|
xo-object2: tidy: IPrintable_DList -> list/ subdir
|
2026-01-15 00:13:27 -05:00 |
|
|
|
e625a362a6
|
xo-facet xo-object2 : tidy: ISequence_DList -> list/ subdir
|
2026-01-15 00:05:48 -05:00 |
|
|
|
71dcbe69f0
|
xo-object2: expand Printable.test.cpp to exercise DString
|
2026-01-14 17:08:17 -05:00 |
|
|
|
72b282d550
|
xo-object2: + DString::snprintf
|
2026-01-14 16:49:01 -05:00 |
|
|
|
a3f153eda6
|
xo-object2: + DString.sprintf
|
2026-01-14 16:42:11 -05:00 |
|
|
|
d2d3b34ce7
|
xo-facet xo-object2: facet fixes + IPrintable_DString
|
2026-01-14 16:32:58 -05:00 |
|
|
|
aba9530a57
|
xo-object2 gardening for IGCObject_DString
|
2026-01-14 15:27:32 -05:00 |
|