There are 2 repositories under c-code-generator topic.
Code generation tool, creates python / C programs that parse command line arguments. Say bye to starting each project by reading "argparse" / "geptopt.h" docs.
Code for WF-IoT paper 'TinyML Benchmark: Executing Fully Connected Neural Networks on Commodity Microcontrollers'
Code for paper 'Multi-Component Optimization and Efficient Deployment of Neural-Networks on Resource-Constrained IoT Hardware'
Compiler to generate C Code and executable with many features and syntax sugger
An unofficial interface from Julia to Acados going through Casadi using PyCall
Converting Mathematical Equations Like Tensorial Equations to C Programming Language. For example, in numerical relativity (NR), one can write Einstein's equations in C progrmming language.
A source-to-source compiler that translates programs from a custom, simple programming language into executable C code. Built with Flex and Bison for a compilers course.