]> Untitled Git - axy/ft/c-cera.git/commit
Stub builtin impl and fixed weirdness with clang
authorAxy <gilliardmarthey.axel@gmail.com>
Mon, 18 May 2026 13:37:52 +0000 (15:37 +0200)
committerAxy <gilliardmarthey.axel@gmail.com>
Mon, 18 May 2026 13:37:52 +0000 (15:37 +0200)
commitd19a8749f4faa85eaa324e48e1b49ba6019574f4
tree27988f33914f15d746ab283ee283133c99d48c4d
parent343eec5a8499db3dc248beecd5c8c273b796d06a
Stub builtin impl and fixed weirdness with clang
18 files changed:
.deps
Makefile
conf.mk
src/arc.h
src/atomic.h
src/builtin_noop.c [new file with mode: 0644]
src/ccera.h
src/eval.c
src/panic.c
src/value.h
src/value_get.h
src/value_lifetime.c
src/value_list.c
src/value_move.c
src/value_new.c
src/value_new.h
src/value_types.h
test.c