Stuff works a bit better now

This commit is contained in:
2025-11-23 15:54:50 +11:00
parent d1711accde
commit 451de0affd
5 changed files with 253 additions and 17 deletions

View File

@@ -9,5 +9,7 @@ add_executable(groundc
src/main.c
src/parser.c
src/parser.h
src/lexer.c
src/lexer.h
src/types.c
src/types.h)