initial commit of new primitive layer

This commit is contained in:
Daan Leijen 2023-03-14 16:54:46 -07:00
parent 2e6ab0f230
commit 08a01d26dc
11 changed files with 1221 additions and 983 deletions

View file

@ -50,7 +50,8 @@ set(mi_sources
src/alloc-posix.c
src/heap.c
src/options.c
src/init.c)
src/init.c
src/prim/prim.c)
set(mi_cflags "")
set(mi_libraries "")