added: field accessing on unions results in optional
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 30 May 2023 23:24:15 +0000 (18:24 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 30 May 2023 23:24:15 +0000 (18:24 -0500)
commit50134378cb8a132b8c1666e47e6ae35189f77c46
tree3f9bae4b59eee9b1ed1edb8fe66b484f13390eb9
parent6df9aff168daabb542180ea9c448ba70c9ce4b83
added: field accessing on unions results in optional
compiler/include/astnodes.h
compiler/include/types.h
compiler/src/checker.c
compiler/src/types.c
compiler/src/wasm_emit.c
core/container/optional.onyx
tests/tagged_unions
tests/tagged_unions.onyx