Commit Graph

1 Commits

Author SHA1 Message Date
Peterino2 d270b3fc84 Add union parsing support and fix comment handling in struct/union scanners
- Added UnionDecl type to patterns
- Implemented scanUnion() function similar to scanStruct()
- Added writeUnion() code generation
- Updated all switch statements to handle union_decl
- Fixed multi-line comment detection to handle both /* and /**
- Skip empty enums during code generation
- Update dependency resolver to track union field dependencies
2026-01-22 15:12:47 -08:00