added: explicit sizing of union tags with `#tag_type`
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 25 Jun 2023 20:36:08 +0000 (15:36 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 25 Jun 2023 20:36:08 +0000 (15:36 -0500)
commit8c5b09c10593565ce573a381efa7167d47ff40a1
treee4c453d5b1015faf8d35daa1f5277ac82591017c
parent14d5e6bd927b97e39952fe773ade3ae43ba504c1
added: explicit sizing of union tags with `#tag_type`
compiler/include/astnodes.h
compiler/src/checker.c
compiler/src/parser.c
compiler/src/symres.c
compiler/src/types.c
core/conv/format.onyx
tests/tagged_unions
tests/tagged_unions.onyx