C++ Code Generator

This is a blog where I post stuff about a code generation framework I wrote in C++ to generate other C++. I often use it to assist in extensive tasks that are, while repetitive, still too complex for templates and macros. The code generator is currently not publicly available as there are some areas I find worth improving first. Of these are mainly reducing the required written code to code generated ratio. I also plan to rid usage of the heap making use of one of some allocators written originally to assist memory management in graphics rendering.

Simple Code Generation Example
1, 2, 3, & 4D Vector Generation

No comments:

Post a Comment

Pages