Backlog/lib/sdl3/parser/src
Peterino2 b7ec134b0e Implement JSON output feature for SDL parser
- Add --generate-json flag to output structured JSON representation
- JSON includes all parsed types: opaques, typedefs, function pointers,
  enums, structs, unions, flags, and functions
- Preserves doc comments and inline comments in JSON output
- Proper JSON escaping for special characters
- Tested with SDL_gpu.h and test_small.h
- Validates as proper JSON format
2026-01-22 15:30:02 -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 Implement JSON output feature for SDL parser 2026-01-22 15:30:02 -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 Implement JSON output feature for SDL parser 2026-01-22 15:30:02 -08:00
patterns.zig Fix inline comment handling in struct/union parsing 2026-01-22 15:15:59 -08:00
types.zig Fix inline comment handling in struct/union parsing 2026-01-22 15:15:59 -08:00