added fallthrough on switch statements; code cleanup
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 25 Aug 2020 12:58:55 +0000 (07:58 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 25 Aug 2020 12:58:55 +0000 (07:58 -0500)
commit04a0b47d1dfd3d17626e2b4ab7def92dbeb83488
tree06fce741640706a2d7baaf49913bc02f2104598c
parent390561143ea3e23f9c2456914c03f4ac5f1375c5
added fallthrough on switch statements; code cleanup
12 files changed:
docs/plan
include/onyxastnodes.h
include/onyxlex.h
misc/onyx.sublime-syntax
misc/onyx.vim
onyx
progs/wasi_test.onyx
src/onyxchecker.c
src/onyxlex.c
src/onyxparser.c
src/onyxsymres.c
src/onyxwasm.c