summaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
2022-02-12Only assign a->prototype when a is both empty and has type AtypeArrayPeter Mikkelsen
2022-02-12Handle prototypes a bit better, but I suspect not everywherePeter Mikkelsen
2022-02-09Encode ref count in bit mask tooPeter Mikkelsen
2022-02-09Make the array type a tiny bit smaller, by packing control information into a...Peter Mikkelsen
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