This commit is contained in:
2026-06-21 14:35:48 +10:00
parent f97cec4567
commit ff98aa63b4
11 changed files with 903 additions and 760 deletions

View File

@@ -3,6 +3,13 @@ project('ground', 'c', version : '0.1.0')
pkg = import('pkgconfig')
sources = files(
'src/Bytecode/Heap/get.c',
'src/Bytecode/Heap/set.c',
'src/Bytecode/Instruction/execute.c',
'src/Bytecode/Program/execute.c',
'src/Bytecode/Program/optimise.c',
'src/Copy/Arg.c',
'src/Copy/Function.c',
'src/Copy/Instruction.c',
@@ -64,6 +71,8 @@ sources = files(
'src/New/Identifier.c',
'src/New/Bytecode.c',
'src/New/NativeFunction.c',
'src/New/Instruction.c',