This commit is contained in:
2025-11-24 10:15:53 +11:00
parent 251dd719b0
commit 51e9df75c3
6 changed files with 127 additions and 16 deletions

View File

@@ -7,6 +7,8 @@ include_directories(src)
add_executable(groundc
src/main.c
src/interpreter.c
src/interpreter.h
src/parser.c
src/parser.h
src/lexer.c