Backlog/lib/sdl3/v2
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
..
events.zig Add union parsing support and fix comment handling in struct/union scanners 2026-01-22 15:12:47 -08:00
gpu.zig Add union parsing support and fix comment handling in struct/union scanners 2026-01-22 15:12:47 -08:00
keyboard.zig Add union parsing support and fix comment handling in struct/union scanners 2026-01-22 15:12:47 -08:00
video.zig Add union parsing support and fix comment handling in struct/union scanners 2026-01-22 15:12:47 -08:00