SamuelMarks/cdd-c
OpenAPI ↔ C. Frontend for C, concentrating on: generation from code; single-file analysis; modification; and emission (prettyprinting).
Implements bidirectional synchronization between OpenAPI specs and C code via a custom whitespace-and-macro-sensitive AST parser, enabling code generation of SDKs, servers, and schemas without external dependencies like Clang. Supports round-trip workflows where C source updates regenerate OpenAPI docs and vice versa, with both CLI and programmatic SDK interfaces for integration into build pipelines and development toolchains.
Stars
9
Forks
2
Language
C
License
Apache-2.0
Category
Last pushed
Mar 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/SamuelMarks/cdd-c"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
reagento/descanso
A modern and simple way to create clients for REST like APIs
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints