feat: parse all structs in file and generate cmeta.h file

This commit is contained in:
2026-01-22 19:40:13 +01:00
parent 3f5b9c0bc8
commit 2c4098fb60
3 changed files with 139 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ all: build/cmeta
build:
mkdir -p build
build/cmeta: build third_party/stb_c_lexer.h src/main.c
build/cmeta: build third_party/stb_c_lexer.h src/cmeta.h src/main.c
gcc -Wall -Wextra -pedantic -o build/cmeta -isystem third_party/ third_party/stb_c_lexer.h src/main.c
run: build/cmeta