gencpp/gen_c_library
Ed_ a3407c14d5 First compiling version of operator overloading for C! (on both msvc and clang using -std=c11 flag, using _Generic selection with some helper macros)
Extremely satsified with how unofuscated the generated code is for _Generic.
Still fixing up the templated container code though in the c-codegen
2024-12-05 17:04:17 -05:00
..
components First compiling version of operator overloading for C! (on both msvc and clang using -std=c11 flag, using _Generic selection with some helper macros) 2024-12-05 17:04:17 -05:00
c_library.cpp First compiling version of operator overloading for C! (on both msvc and clang using -std=c11 flag, using _Generic selection with some helper macros) 2024-12-05 17:04:17 -05:00
gen.c Progresss 2024-12-01 21:59:43 -05:00