enum, union

This commit is contained in:
agra
2026-02-14 13:17:22 +02:00
parent 4ff828fd1a
commit 025b790411
14 changed files with 537 additions and 245 deletions

View File

@@ -4,7 +4,7 @@ Vec4 :: struct {
}
Complex :: struct {
foo : union {
foo : enum {
S: s32;
B: struct {
val: string;