reference counting + copy on write semantics + more string ops
authorcassowarii <cassowary@cassowary.me>
Thu, 25 Jun 2026 06:05:44 +0000 (23:05 -0700)
committercassowarii <cassowary@cassowary.me>
Thu, 25 Jun 2026 06:05:44 +0000 (23:05 -0700)
commitbdb88958f07ba8b80b8df6031cab874d993b58bf
tree34dd0c5f10f35ee812f2115b1621ce8c3c58c3e6
parent438062421fea1adf523cab33fc5ebc9f5fb12054
reference counting + copy on write semantics + more string ops
src/data/string.c
src/data/string.h
src/gc/gcinfo.c [new file with mode: 0644]
src/gc/gcinfo.h [new file with mode: 0644]
src/gc/rc.h [new file with mode: 0644]
src/main.c