summaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Collapse)Author
2022-02-09Make the array type a tiny bit smaller, by packing control information into ↵Peter Mikkelsen
a bit array
2022-02-09Add much better memory handling (We now track and free Datum * structs)Peter Mikkelsen
2022-02-08Add work in progress concurrency. Might break stuff!Peter Mikkelsen
2022-01-15Rework printer to add vertical padding tooPeter Mikkelsen
2022-01-14Add each (¨) operatorPeter Mikkelsen
2022-01-13Implement basic reference counting for arrays, which so theyPeter Mikkelsen
get freed when not in use anymore.