added: `--show-all-errors`; fixed: step by instruction
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 15 Apr 2023 03:31:27 +0000 (22:31 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 15 Apr 2023 03:31:27 +0000 (22:31 -0500)
commitff0b88fdcb86de5ed917f46a83a21282137f5a2e
treefefd1375475e7053aa78ee56a93dda55a28c86fa
parent26bb6b9b3e8404b75fbc5838a8b98a105140caf5
added: `--show-all-errors`; fixed: step by instruction
compiler/include/astnodes.h
compiler/src/checker.c
compiler/src/errors.c
compiler/src/onyx.c
compiler/src/wasm_emit.c
core/encoding/osad.onyx
core/io/reader.onyx
core/io/stdio.onyx
interpreter/src/debug/debug_thread.c