fulan0dental / C-Snake

Python scripts for generating C/C++ code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-Snake

Python scripts for generating C/C++ code

This project now supports generating static initializers for all kinds of variables, including arrays (multidimensional included). This is super useful for generating headers for bitmaps, fonts, statemachines, lookup tables, whatever. Designated initializers for structs are also supported.

Refer to 'example.py' for an introduction to the script

About

Python scripts for generating C/C++ code

License:MIT License


Languages

Language:Python 100.0%