major code cleanup; removed old structures that didn't need to exist.
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 20 Jan 2021 19:57:02 +0000 (13:57 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 20 Jan 2021 19:57:02 +0000 (13:57 -0600)
commita01d4beb4295b3d25e83223526b1dcc0287c9742
tree56b4eb25fd934719a47da8e5868e0499807d8a87
parent85ac416936b18dd4d07d9b48a538848f353c2a7e
major code cleanup; removed old structures that didn't need to exist.
Everything is now part of a global "Context" that everything has access to.
21 files changed:
bin/onyx
build.bat
build.sh
include/onyxastnodes.h
include/onyxdoc.h
include/onyxerrors.h
include/onyxparser.h
include/onyxsempass.h [deleted file]
include/onyxutils.h
include/onyxwasm.h
onyx.exe
src/onyx.c
src/onyxastnodes.c
src/onyxbuiltins.c
src/onyxchecker.c
src/onyxdoc.c
src/onyxerrors.c
src/onyxparser.c
src/onyxsempass.c [deleted file]
src/onyxsymres.c
src/onyxutils.c