*
This commit is contained in:
parent
ce345f2440
commit
1185690ce6
24 changed files with 597 additions and 86 deletions
|
|
@ -3,15 +3,17 @@ project(
|
|||
'c',
|
||||
meson_version : '>= 1.3.0',
|
||||
version : '0.1',
|
||||
default_options : ['buildtype=debugoptimized', 'c_std=c99', 'warning_level=3'],
|
||||
default_options : ['buildtype=debugoptimized', 'c_std=c11', 'warning_level=3'],
|
||||
)
|
||||
|
||||
sources = [
|
||||
'src/gc.c',
|
||||
'src/arena.c',
|
||||
'src/chunk.c',
|
||||
'src/compile.c',
|
||||
'src/debug.c',
|
||||
'src/dictionary.c',
|
||||
'src/object.c',
|
||||
'src/gc.c',
|
||||
'src/parser.c',
|
||||
'src/print.c',
|
||||
'src/vm.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue