Commit graph

85 commits

Author SHA1 Message Date
3e53b0d10a xo-expression2 stack: + mvp DGlobalSymtab impl 2026-02-14 13:06:54 -05:00
6b614679e7 xo-interpreter2 stack: work on apply for closures [WIP] 2026-02-12 20:09:22 -05:00
bdccb8bee3 xo-interpreter2 stack: work on runtime error representation [WIP] 2026-02-12 18:46:43 -05:00
44758bfed3 xo-interpreter2 stack: work on VSM for apply -> closure action [WIP] 2026-02-08 01:01:03 -05:00
d8447d025e xo-interpreter2 stack: work on variable references [WIP] 2026-02-05 10:44:11 -05:00
8b9a2e09d6 xo-interpreter2: apply sequence now working in interpreter 2026-02-04 16:26:19 -05:00
2da4054e4d xo-reader2 stack: convenience #includes + parsing examples 2026-02-03 13:43:00 -05:00
dde29946d5 xo-reader2 stack: misc qol improvements + improve reader2 utest 2026-02-03 13:23:38 -05:00
019ef5a3a7 xo-interpreter2 stack: cleanup memory reporting 2026-02-03 11:55:50 -05:00
1da2d17c30 xo-expression2 xo-gc: DSequenceExpr builds [WIP] 2026-01-31 01:44:53 -05:00
0a7b2bec12 xo-expression2 xo-reader2 DSequenceExpr, DSequenceSsm [WIP] 2026-01-30 20:08:41 -05:00
200b967552 xo-object2: missed generated (Printable,Array) code + .json5 2026-01-29 15:19:35 -05:00
19961facb5 xo-object2: implement APrintable for DArray 2026-01-29 15:12:00 -05:00
eef4a1db5d xo-procedure2 xo-object2: + polymorphic primitive support 2026-01-26 12:38:17 -05:00
6605b459f3 xo-object2: GCObjectConversion for double (via DFloat) 2026-01-25 10:13:22 -05:00
eeb36655aa xo-object2: + DString.from_str() 2026-01-25 10:03:41 -05:00
29a2f9b7c9 xo-reader2: fix clearing result in SchematikaReader 2026-01-23 16:34:33 -05:00
b456d7ac85 xo-object2: + DBoolean w/ AGCObject, APrintable facets 2026-01-23 15:44:13 -05:00
fde4199422 xo-reader2 xo-object2: regenerate facets from idl 2026-01-20 22:13:01 -05:00
4536fa5000 xo-reader2: + pretty-printing for ParserResult + use in utest 2026-01-20 12:40:26 -05:00
013c1a4896 xo-gc: + CollectorTypeRegistry for streamlined init 2026-01-16 16:10:00 -05:00
87ddccd717 xo-expression2: + DUniqueString, use in StringTable 2026-01-16 13:05:58 -05:00
d87caecce8 xo-object2: + DString::from_view() 2026-01-15 19:37:32 -05:00
a16ab7e7c2 xo-objectd2: + DString.hash() + utest 2026-01-15 17:39:17 -05:00
e346514c06 xo-object2: + string comparison operators 2026-01-15 17:28:54 -05:00
e752e5ae7b xo-object2: + operator==() for DString 2026-01-15 17:23:15 -05:00
11365c95ac xo-object2: allow 0-capacity DArrays + utest 2026-01-15 17:22:03 -05:00
3052ecdbcf xo-object: + DString.compare() + utest 2026-01-15 17:21:37 -05:00
c7ff46bd36 xo-object2: + DArray::array() n-ary factory method 2026-01-15 15:37:42 -05:00
f30ef137ee xo-object2: ++ Collector utest w/ DInteger + scaffodl DArray 2026-01-15 15:28:13 -05:00
fbd3064e73 xo-object2: + IGCObject_DArray 2026-01-15 14:40:09 -05:00
f5b071f103 xo-object2: + DArray gc hooks for AGCObject 2026-01-15 14:29:09 -05:00
eae117a5d3 xo-object2: + ISequence_DArray + codegen 2026-01-15 14:15:24 -05:00
698b44a92f xo-object2: + DArray::at() + utests 2026-01-15 13:41:24 -05:00
bf555ddd10 xo-object2: + DArray [WIP] + utest 2026-01-15 13:15:18 -05:00
aea37f2523 xo-object2: + StringOps.printf() + utest 2026-01-15 11:29:35 -05:00
ede658219c xo-object2: + StringOps.clone + utest 2026-01-15 11:25:26 -05:00
b628dbd187 xo-object2: + StringOps::from_cstr + utest 2026-01-15 11:17:55 -05:00
f374e75f7b xo-object2: + StringOps + utest 2026-01-15 10:46:38 -05:00
287384e37a xo-object2: tidy IPrintable_DInteger + codegen 2026-01-15 01:02:50 -05:00
5e6db993ee xo-object2: tidy IGCObject_DInteger + codegen 2026-01-15 00:58:55 -05:00
028dea8047 xo-object2: streamline IPrintable_DFloat + codegen 2026-01-15 00:50:12 -05:00
9244302cc1 xo-object2: streamline GCObject_DFloat + codegen 2026-01-15 00:46:39 -05:00
503fd41c78 xo-object2: tidy IGCObject_DList 2026-01-15 00:32:50 -05:00
e6d1e935a5 xo-object2: tidy: IPrintable_DList -> list/ subdir 2026-01-15 00:13:27 -05:00
0a8f2c1cd9 xo-facet xo-object2 : tidy: ISequence_DList -> list/ subdir 2026-01-15 00:05:48 -05:00
bdef330832 xo-object2: expand Printable.test.cpp to exercise DString 2026-01-14 17:08:17 -05:00
e81c7fba77 xo-object2: + DString::snprintf 2026-01-14 16:49:01 -05:00
7e0b182da3 xo-object2: + DString.sprintf 2026-01-14 16:42:11 -05:00
8a5cd339e8 xo-facet xo-object2: facet fixes + IPrintable_DString 2026-01-14 16:32:58 -05:00