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 0572264f76
3 changed files with 22 additions and 20 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;