mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 15:54:45 -08:00
Ed_
1c133bfc8d
- No longer using GEN_API_C_* macros as C-library wont need them and if you need C linkage there is no need to use the c++ library. - GEN_C_LIKE_CPP replaces GEN_SUPPORT_CPP_MEMBER_FEATURES && GEN_SUPPORT_CPP_REFERENCES a. If users don't want to use member functions, function overloading, or referencese they can just this one macro to before including the library. - Enums aren't accomodated in C++ sources, they entirely converted in c_libray.cpp - ast.hpp now properly generates with C variant - Fully prepared code_types.hpp for C library gen (not tested yet) - Generated enums managed by helper.hpp now properly generate for C library. |
||
---|---|---|
.. | ||
gen | ||
ast_case_macros.cpp | ||
ast_types.hpp | ||
ast.cpp | ||
ast.hpp | ||
code_serialization.cpp | ||
code_types.hpp | ||
header_end.hpp | ||
header_start.hpp | ||
inlines.hpp | ||
interface.cpp | ||
interface.hpp | ||
interface.parsing.cpp | ||
interface.untyped.cpp | ||
interface.upfront.cpp | ||
lexer.cpp | ||
parser.cpp | ||
src_start.cpp | ||
static_data.cpp | ||
types.hpp |