- 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 |
||
|---|---|---|
| .. | ||
| codegen.zig | ||
| dependency_resolver.zig | ||
| json_serializer.zig | ||
| mock_codegen.zig | ||
| mock_codegen_test.zig | ||
| naming.zig | ||
| parser.zig | ||
| patterns.zig | ||
| types.zig | ||