core library bugfixes; added cbindgen; packages are global now
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 20 May 2022 00:27:57 +0000 (19:27 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 20 May 2022 00:27:57 +0000 (19:27 -0500)
commitae5cee1ef8b1db581dad72e8e43094674fa55b86
treeead428de54ffe1b3cc3b77a6f01cda31a7a3325b
parent90c843c9c85b97033f782f14fea0131fd996f572
core library bugfixes; added cbindgen; packages are global now
22 files changed:
core/alloc.onyx
core/alloc/arena.onyx
core/onyx/cbindgen.onyx [new file with mode: 0644]
core/onyx/fs.onyx
core/os/dir.onyx
core/os/process.onyx
core/runtime/common.onyx
core/runtime/info/proc_tags.onyx
core/std.onyx
include/small_windows.h
include/utils.h
scripts/c_binding.onyx [deleted file]
scripts/c_library.onyx [deleted file]
scripts/onyx-pkg.onyx
scripts/run_tests.onyx
src/builtins.c
src/onyx.c
src/onyx_runtime.c
src/parser.c
src/utils.c
tests/struct_use_pointer_member
tests/struct_use_pointer_member.onyx