Added string_{new,concat,substring,eq,get_at,set_at} implementations.

This commit is contained in:
2026-01-07 09:58:51 +01:00
parent 36616c30b5
commit 35f72ba139
3 changed files with 411 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ TEST_M_TARGET = test_map
TEST_B_TARGET = test_bigint
BENCH_TARGET = benchmark_datum
LIB_OBJS = $(OBJ_DIR)/vector.o $(OBJ_DIR)/map.o $(OBJ_DIR)/bigint.o
LIB_OBJS = $(OBJ_DIR)/vector.o $(OBJ_DIR)/map.o $(OBJ_DIR)/bigint.o $(OBJ_DIR)/string.o
PROG_OBJS = $(OBJ_DIR)/usage.o
.PHONY: all clean