added basics on switch statements; will need much testing
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 25 Aug 2020 03:48:53 +0000 (22:48 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 25 Aug 2020 03:48:53 +0000 (22:48 -0500)
commit390561143ea3e23f9c2456914c03f4ac5f1375c5
tree15c2f2cef15114b7e36365b17c5f76271645d612
parent0d6aee301ca1fb933dd652d37710c3761a330235
added basics on switch statements; will need much testing
19 files changed:
Makefile
core/builtin.onyx
core/string.onyx
docs/plan
include/onyxastnodes.h
include/onyxlex.h
include/onyxmsgs.h
include/onyxwasm.h
misc/onyx.sublime-syntax
misc/onyx.vim
onyx
progs/wasi_test.onyx
src/onyxchecker.c
src/onyxlex.c
src/onyxmsgs.c
src/onyxparser.c
src/onyxsymres.c
src/onyxutils.c
src/onyxwasm.c