Initial (bad) gc

This commit is contained in:
2026-01-21 20:52:18 -08:00
parent 4c04e71078
commit 656846ddc0
16 changed files with 650 additions and 79 deletions
+2
View File
@@ -1,8 +1,10 @@
#include "function.h"
#include "hashtable.h"
#include "lisp.h"
#include "list.h"
#include "read.h"
#include "stack.h"
#include <stdio.h>
#include <stdlib.h>