Fix a couple things

This commit is contained in:
2026-06-16 20:08:21 +10:00
parent 02b5a9cc54
commit 6d35acbe60
6 changed files with 143 additions and 48 deletions

View File

@@ -21,6 +21,11 @@ sources = files(
'src/Free/Struct.c',
'src/Free/Value.c',
'src/Free/Arg.c',
'src/Free/Instruction.c',
'src/Free/Program.c',
'src/Free/State.c',
'src/Function/appendInstruction.c',
'src/Function/appendArg.c',