parser start, no clue if i'm doing it right

This commit is contained in:
2026-04-13 08:19:17 +02:00
parent 348c0201de
commit 1b1d6e78d5
5 changed files with 148 additions and 1 deletions

View File

@@ -21,8 +21,9 @@ runCommand('rm -r build')
runCommand('mkdir build')
local files = {
'src/lexer.c',
'src/helper.c',
'src/lexer.c',
'src/parser.c',
'src/main.c',
}