Ed_'s Avatar
Ed_
https://github.com/Ed94
Member since

Recent Activity

Recently got my staged metaprogramming project for C/C++ generating a C11 version. Been also inspired by the sokol libraries to setup a context struct so everything can be configured from there (allocators, viewing state, etc).
Goal now is to improve error handling, code path simplification, and just using it more on some projects.
&gencpp
https://github.com/Ed94/gencpp

View original message on Discord

Been working on this staged metaprogramming library for C++, its my first project taking a handmade approach.

All code is either from scratch or derived from the zpl-c library. The convention used is an "orthodox cpp" subset.

Got it to the point where the library could construct and serialize itself.

A C library version is also in progress.
https://handmade.network/p/416/gencpp/

View original message on Discord