refactored slice types to not be a struct type internally
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 28 Aug 2020 13:38:04 +0000 (08:38 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 28 Aug 2020 13:38:04 +0000 (08:38 -0500)
commit924ad8460e6b94ad5c143871a6bc1eb62a4bcbb8
tree27bf9261db535214cd4294a3aeba6d43063c67ef
parent0b6f180b576eb32b695f453f7b76abc60b639bb9
refactored slice types to not be a struct type internally
19 files changed:
core/builtin.onyx
core/file.onyx [new file with mode: 0644]
core/stdio.onyx [new file with mode: 0644]
core/string.onyx
core/wasi.onyx
docs/api_design
docs/plan
docs/polymorphic_plan [new file with mode: 0644]
include/bh.h
include/onyxastnodes.h
include/onyxtypes.h
misc/cloc_onyx_def [new file with mode: 0644]
misc/onyx.sublime-syntax
onyx
progs/wasi_test.onyx
src/onyxchecker.c
src/onyxsymres.c
src/onyxtypes.c
src/onyxwasm.c