An open API service indexing awesome lists of open source software.

https://github.com/jsdf/cinspect

reflection codegen for c
https://github.com/jsdf/cinspect

Last synced: about 2 months ago
JSON representation

reflection codegen for c

Awesome Lists containing this project

README

        

# cinspect for clang

generate printers for c data structures using clang

install

```
pipenv install
```

run

```bash
python cinspect.py test/test_bare_struct.c --output test_output/ -v
```