gencpp/project/components
Ed_ b5fa864318 Fixes and improvements to serialization.
There were multiple issues with comment and newline lexing.

Extended printing functions to support Strings with %S flag (captial 'S').
Allows for length detection. Also made it so that precision for strings is the string length.
2023-08-08 22:14:58 -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 and improvements to serialization. 2023-08-08 22:14:58 -04:00
ast.hpp Updated docs 2023-08-08 11:56:42 -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 and improvements to serialization. 2023-08-08 22:14:58 -04:00
interface.upfront.cpp Fixes and improvements to serialization. 2023-08-08 22:14:58 -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 Converted log_failure and fatal to macros (fixes GEN_PANIC not determining correct line or file) 2023-08-08 09:48:50 -04:00
untyped.cpp Heavy refactor.. 2023-08-03 11:01:43 -04:00