added default parameters; will need to be bug tested thoroughly
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 26 Aug 2020 03:41:05 +0000 (22:41 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 26 Aug 2020 03:41:05 +0000 (22:41 -0500)
commit76e4c094e7dbf51d4bbfaf7893252531bb7f9b97
tree7e877cb6b50c01221a7b6acef611d2b86ab8e0d1
parent95cbcaab847ff4a6992bb3203025ae3e4ad82e8f
added default parameters; will need to be bug tested thoroughly
15 files changed:
core/alloc.onyx
core/builtin.onyx
core/string.onyx
docs/plan
include/onyxastnodes.h
include/onyxsempass.h
include/onyxtypes.h
misc/onyx.sublime-syntax
onyx
progs/wasi_test.onyx
src/onyxchecker.c
src/onyxparser.c
src/onyxsymres.c
src/onyxtypes.c
src/onyxwasm.c