some general cleanup / restructuring of a bunch of method code
authorcassowarii <2374677+cassowarii@users.noreply.github.com>
Thu, 9 Jul 2026 16:44:53 +0000 (09:44 -0700)
committercassowarii <2374677+cassowarii@users.noreply.github.com>
Thu, 9 Jul 2026 16:44:53 +0000 (09:44 -0700)
commit75d7e522c46fdc939a7dc88e15af6dad562b9426
tree93bd081ec98a5336d56eeff55d9cdcb30d60cb15
parent83f8259920e2e3b5f5cab6181823ef29fb2e469a
some general cleanup / restructuring of a bunch of method code
16 files changed:
src/common.h
src/data/data.c
src/data/value.c
src/data/value.h
src/lib/lib.c [new file with mode: 0644]
src/lib/lib.h [new file with mode: 0644]
src/lib/libtable.c [deleted file]
src/lib/libtable.h [deleted file]
src/lib/method/integer.c [moved from src/lib/integer.c with 93% similarity]
src/lib/method/list.c [moved from src/lib/list.c with 99% similarity]
src/lib/method/string.c [moved from src/lib/string.c with 92% similarity]
src/lib/methodtable.c [new file with mode: 0644]
src/lib/methodtable.h [new file with mode: 0644]
src/mem/cstrutil.c
src/mem/cstrutil.h
src/vm/exec.c