summaryrefslogtreecommitdiff
path: root/garbage.c
AgeCommit message (Expand)Author
2021-07-16Replace the C repl with one written in prolog :)Peter Mikkelsen
2021-07-16Make operators local to each module, and implement some more correct prettypr...Peter Mikkelsen
2021-07-08Make the repl bindings and query global so the garbage collector can know abo...Peter Mikkelsen
2021-07-08Add a hash table to make the garbage collection fasterPeter Mikkelsen
2021-07-08Add a mark-sweep garbage collectorPeter Mikkelsen