separate eval into eval and apply and do gc (oops)

This commit is contained in:
Lobo 2026-01-07 10:56:43 -03:00
parent 2532dd9f4a
commit 54e36cd5e3
3 changed files with 23 additions and 21 deletions

2
gc.c
View file

@ -60,8 +60,6 @@ static O forward(O obj, U8 **freep) {
}
void collect(void) {
return; // DEBUG
U8 *freep = heap.to.start;
U8 *scan = freep;