a 'do' statement is now allowed anywhere a single statement block would be
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 31 Jul 2020 01:37:10 +0000 (20:37 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 31 Jul 2020 01:37:10 +0000 (20:37 -0500)
commit540285e23fbfd63117921172047c255db1ef2736
tree70233ed632f121e8a9e907c0a9d052a64b9b7465
parentf3d4d0cdf4ea3e62f1c625d91b8199af1a3d8172
a 'do' statement is now allowed anywhere a single statement block would be
12 files changed:
docs/plan
include/onyxastnodes.h
include/onyxlex.h
onyx
progs/alloc.onyx
progs/alloc_test.onyx
progs/print_funcs.onyx
src/onyxchecker.c
src/onyxlex.c
src/onyxparser.c
src/onyxsymres.c
src/onyxwasm.c