general bugfixes; strings are now a pointer and a length
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 22 Aug 2020 22:18:27 +0000 (17:18 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 22 Aug 2020 22:18:27 +0000 (17:18 -0500)
commit21c741e2ccc026060c661a3b889f1f7bff27e349
tree85924c4dd0869cb54c77612228e7aecf0d2bad7b
parent3ef75038066d6dbb8bc214aa5aff549a5797170f
general bugfixes; strings are now a pointer and a length
16 files changed:
Makefile
core/builtin.onyx [new file with mode: 0644]
core/string.onyx
core/wasi.onyx
include/onyxastnodes.h
include/onyxutils.h
include/onyxwasm.h
onyx
progs/wasi_test.onyx
src/onyx.c
src/onyxbuiltins.c
src/onyxchecker.c
src/onyxparser.c
src/onyxsymres.c
src/onyxutils.c
src/onyxwasm.c