gencpp/project/components
Ed_ ed3246c6b0 Fixes for typedef serialization of functions..
Also fix for HashTable<>::rehash_fast not having finished implemenation...

The typedef fix is a sort of hack (like how parsing the rest of the language feels like tbh...).
I might make a def_typedef_fn to make it clearer how to define function typedefs using the upfront interface.
2023-08-07 20:16:04 -04:00
..
temp Added constructor and destructor supported (UNTESTED) 2023-08-07 03:10:45 -04:00
ast_case_macros.cpp No longer using components/temp/ast_inlines (switched to helper function to avoid macro usage) 2023-08-06 14:58:43 -04:00
ast_types.hpp Fixes for typedef serialization of functions.. 2023-08-07 20:16:04 -04:00
ast.cpp Fixes for typedef serialization of functions.. 2023-08-07 20:16:04 -04:00
ast.hpp Fixes for typedef serialization of functions.. 2023-08-07 20:16:04 -04:00
header_end.hpp Added constructor and destructor supported (UNTESTED) 2023-08-07 03:10:45 -04:00
header_start.hpp Heavy refactor.. 2023-08-03 11:01:43 -04:00
inlines.hpp Heavy refactor.. 2023-08-03 11:01:43 -04:00
interface.cpp Added constructor and destructor supported (UNTESTED) 2023-08-07 03:10:45 -04:00
interface.hpp Added constructor and destructor supported (UNTESTED) 2023-08-07 03:10:45 -04:00
interface.parsing.cpp Fixes for typedef serialization of functions.. 2023-08-07 20:16:04 -04:00
interface.upfront.cpp Fixes for typedef serialization of functions.. 2023-08-07 20:16:04 -04:00
src_start.cpp Library can now construct into AST and serialization itself (singleheader). 2023-08-04 16:12:13 -04:00
static_data.cpp Added constructor and destructor supported (UNTESTED) 2023-08-07 03:10:45 -04:00
types.hpp Heavy refactor.. 2023-08-03 11:01:43 -04:00
untyped.cpp Heavy refactor.. 2023-08-03 11:01:43 -04:00