progress
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user