added: shorthand syntax for `void` typed union variants
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 28 Nov 2023 18:16:42 +0000 (12:16 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 28 Nov 2023 18:16:42 +0000 (12:16 -0600)
commit054dd0137c8b1ae6628be75a16a7535f913a203c
tree58d5ea10c97516c2ccf1e689dd437ff5c4b29d25
parent8251248edbb8048e2bfb4ce92ea96a30baa7baa9
added: shorthand syntax for `void` typed union variants
compiler/include/astnodes.h
compiler/src/astnodes.c
core/alloc/memdebug.onyx
core/container/optional.onyx
core/encoding/kdl/kql.onyx
core/encoding/kdl/parser.onyx
core/encoding/kdl/utils.onyx
core/runtime/platform/wasi/wasix_misc.onyx