biojppm/regen
Easy C++ reflection and code generation
Parses C/C++ source code via libclang's AST to extract type information, then feeds annotated declarations (enums, structs, etc.) to Jinja2 templates for generating boilerplate code. Designed as a prebuild step, it enables maintenance-free code generation for use cases like enum stringification, property systems, and object-tree utilities through flexible macro-based annotations.
No commits in the last 6 months. Available on PyPI.
Stars
39
Forks
7
Language
Python
License
MIT
Category
Last pushed
Feb 17, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/biojppm/regen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
howerj/dbcc
CAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
JhnW/devana
Python package to parse and generate C/C++ code as context aware preprocessor.
Samsung/UTopia
UT based automated fuzz driver generation
SoftSec-KAIST/CodeAlchemist
CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19)
MASD-Project/dogen
Reference implementation of the MASD Code Generator.