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
- Host: GitHub
- URL: https://github.com/jsdf/cinspect
- Owner: jsdf
- Created: 2023-11-29T05:35:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T08:02:43.000Z (over 1 year ago)
- Last Synced: 2025-03-06T06:40:43.978Z (about 2 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```