added initial implementation of typed varargs
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 7 Sep 2020 21:47:57 +0000 (16:47 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 7 Sep 2020 21:47:57 +0000 (16:47 -0500)
commitbe8d8561d4f36cd58f9b309a7ba053f039436c0f
treea28273afd17f2176644c89276d94821b957a407b
parent65103b831fd97be78871602182f7d5ec7ad7917c
added initial implementation of typed varargs
12 files changed:
.vimspector.json
core/stdio.onyx
docs/plan
include/onyxastnodes.h
include/onyxtypes.h
onyx
progs/odin_example.onyx [new file with mode: 0644]
progs/poly_test.onyx
src/onyxchecker.c
src/onyxparser.c
src/onyxtypes.c
src/onyxwasm.c