compiler now compiles some things

This commit is contained in:
Lobo 2026-01-19 12:50:54 -03:00
parent 9616fb616e
commit ce345f2440
13 changed files with 425 additions and 74 deletions

View file

@ -7,9 +7,10 @@ project(
)
sources = [
'src/gc.c',
'src/chunk.c',
'src/compile.c',
'src/gc.c',
'src/debug.c',
'src/object.c',
'src/parser.c',
'src/print.c',