add copying token value and add Boehm GC ready for runtime implimentation

This commit is contained in:
2025-05-29 00:40:11 +01:00
parent b82e351daf
commit 626445a906
7 changed files with 67 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ LEXER_C = src/lexer/lex.yy.c
LEXER_H = src/lexer/lex.yy.h
CFILES = $(shell find src -name '*.c')
CFLAGS = -lm -lcjson -Wall -Wextra -Wno-unused-function -s
CFLAGS = -lm -lcjson -lgc -Wall -Wextra -Wno-unused-function -s
BINARY = bin/argon
all: $(BINARY)