Backlog/lib/sdl3/parser/src
Peterino2 f910526948 Add pretty-printed JSON output using Zig's std.json formatter
- Parse generated JSON with std.json.parseFromSlice
- Re-format with 2-space indentation using std.json.fmt
- Produces readable, properly formatted JSON output
- All JSON files now have consistent formatting
2026-01-22 17:02:38 -08:00
..
codegen.zig Add union parsing support and fix comment handling in struct/union scanners 2026-01-22 15:12:47 -08:00
dependency_resolver.zig Add union parsing support and fix comment handling in struct/union scanners 2026-01-22 15:12:47 -08:00
json_serializer.zig feat: add JSON output mode for SDL header parser 2026-01-22 16:53:39 -08:00
mock_codegen.zig Update mock testing to use full SDL_gpu.h with proper header includes 2026-01-22 01:32:58 -08:00
mock_codegen_test.zig parser work continued 2026-01-22 01:18:04 -08:00
naming.zig parser work continued 2026-01-22 01:18:04 -08:00
parser.zig Add pretty-printed JSON output using Zig's std.json formatter 2026-01-22 17:02:38 -08:00
patterns.zig Fix memory leaks in parser 2026-01-22 16:58:31 -08:00
types.zig Fix inline comment handling in struct/union parsing 2026-01-22 15:15:59 -08:00