A code generator for C, allowing for templates in C.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Finished the project. It was pretty simple actually. This is a template parser for C that takes templated functions and structs, comments them out and generates them as many times as there are unique instantiations and replaces the template types with the types that we instantiated them with.