added: tagged globals
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 19 Aug 2023 00:53:09 +0000 (19:53 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 19 Aug 2023 00:53:09 +0000 (19:53 -0500)
commit7a54ba426ea9152682ec04540b85db06d7531f91
treea141b489f2448524dc4062571e9a947c9e6cf890
parentcfa8c44f081fb9b5f31344d043cf094f7850c5dd
added: tagged globals
12 files changed:
compiler/include/astnodes.h
compiler/include/wasm_emit.h
compiler/src/builtins.c
compiler/src/checker.c
compiler/src/onyx.c
compiler/src/parser.c
compiler/src/symres.c
compiler/src/wasm_emit.c
compiler/src/wasm_type_table.h
core/runtime/info/global_tags.onyx [new file with mode: 0644]
tests/tagged_globals [new file with mode: 0644]
tests/tagged_globals.onyx [new file with mode: 0644]