added: type info for unions and formatting them
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 22 May 2023 20:26:51 +0000 (15:26 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 22 May 2023 20:26:51 +0000 (15:26 -0500)
commit7ff7b919ce3b6477fb98bd6ea8eb2ed5f23d4508
tree73fd3e8c849fe2d6545028c56bc48bdea27f18f1
parentc21439dc5c093178f100e0925325c009ffebd47a
added: type info for unions and formatting them
compiler/src/types.c
compiler/src/utils.c
compiler/src/wasm_type_table.h
core/conv/format.onyx
core/runtime/info/helper.onyx
core/runtime/info/types.onyx
tests/tagged_unions.onyx