aboutsummaryrefslogtreecommitdiffstats
path: root/include/uns.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add fake struct to help with type checkerGravatar Peter McGoron 2024-06-131-2/+10
|
* change uns_root_ptr to uns_ctrGravatar Peter McGoron 2024-06-121-6/+6
|
* cheney copying collectorGravatar Peter McGoron 2024-06-111-0/+104
ons'>+8 This makes things much slower for questionable benefit. A better version might use a hash table. A better interpreter would use some form of partial evaluation to optimize the EQ? chain. This reverts commit 4acea69841ad62ec5d46eb565bbb5d98f84b3d38. 2024-09-26object: renameGravatar Peter McGoron 3-8/+12 2024-09-26object: change to a stateful tableGravatar Peter McGoron 4-42/+95 2024-09-24add object helper functionsGravatar Peter McGoron 3-129/+159 2024-09-22miniscm: string->symbol and symbol->stringGravatar Peter McGoron 1-1/+17