sdkhjfdsv
This commit is contained in:
parent
1aec6085d9
commit
537aa6e404
16 changed files with 683 additions and 71 deletions
|
|
@ -3,18 +3,21 @@ project(
|
|||
'c',
|
||||
meson_version : '>= 1.3.0',
|
||||
version : '0.1',
|
||||
default_options : ['c_std=gnu11', 'buildtype=debugoptimized', 'warning_level=3'],
|
||||
default_options : ['c_std=c11', 'buildtype=debugoptimized', 'warning_level=3'],
|
||||
)
|
||||
|
||||
inc = include_directories('include', 'src')
|
||||
src = [
|
||||
'src/error.c',
|
||||
'src/gc.c',
|
||||
'src/interp.c',
|
||||
'src/lex.c',
|
||||
'src/list.c',
|
||||
'src/main.c',
|
||||
'src/pair.c',
|
||||
'src/prim.c',
|
||||
'src/print.c',
|
||||
'src/read.c',
|
||||
'src/symbol.c',
|
||||
'src/type.c',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue