*
This commit is contained in:
parent
6a9a0cd4e4
commit
d359c68c32
16 changed files with 2026 additions and 89 deletions
|
|
@ -3,7 +3,7 @@ project(
|
|||
'c',
|
||||
meson_version : '>= 1.3.0',
|
||||
version : '0.1',
|
||||
default_options : ['buildtype=debugoptimized', 'c_std=c11', 'warning_level=3'],
|
||||
default_options : ['buildtype=debugoptimized', 'c_std=gnu11', 'warning_level=3'],
|
||||
)
|
||||
|
||||
sources = [
|
||||
|
|
@ -16,6 +16,7 @@ sources = [
|
|||
'src/gc.c',
|
||||
'src/parser.c',
|
||||
'src/print.c',
|
||||
'src/string.c',
|
||||
'src/vm.c',
|
||||
'src/vendor/mpc.c',
|
||||
'src/vendor/yar.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue