biojppm/regen
Easy C++ reflection and code generation
This tool helps C/C++ developers automate repetitive coding tasks by generating source code based on their existing C/C++ files and custom templates. You provide your C/C++ code and Jinja2 templates, and it produces new C/C++ source files. This is used by software engineers to reduce manual boilerplate code.
No commits in the last 6 months. Available on PyPI.
Use this if you are a C/C++ developer looking to automatically generate boilerplate code, such as reflection data, property systems, or enum-to-string conversions, as part of your project's build process.
Not ideal if you are looking for a simple C/C++ code formatter or a tool that doesn't require writing Python-based Jinja2 templates for code generation.
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.
SoftSec-KAIST/CodeAlchemist
CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19)
Samsung/UTopia
UT based automated fuzz driver generation
MASD-Project/dogen
Reference implementation of the MASD Code Generator.