gencpp/project/components
Ed_ 543427dfe5 Fixes to parsing for validation
Removed whitespace stripping from parse_type, prepped for doing some major changes for function signature typenames

Moved template argument parsing to its own helper function since its used in more the one spot.

Latest failure is due to stack overflow when validating parameters. (Shouldn't be hard to debug)
2023-09-03 23:36:51 -04:00
..
gen Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00
ast_case_macros.cpp Formatting fixes 2023-08-22 01:51:59 -04:00
ast_types.hpp Fixes to parsing for validation 2023-09-03 23:36:51 -04:00
ast.cpp Dumb fix for name check on parameters 2023-09-03 20:34:27 -04:00
ast.hpp Fixes to parsing for validation 2023-09-03 23:36:51 -04:00
header_end.hpp Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00
header_start.hpp compiles agian... 2023-08-21 21:40:23 -04:00
inlines.hpp Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00
interface.cpp Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00
interface.hpp Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00
interface.parsing.cpp Fixes to parsing for validation 2023-09-03 23:36:51 -04:00
interface.untyped.cpp Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00
interface.upfront.cpp Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -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 Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00
types.hpp Changed how editor intellisense directives are handled for compoenents and dependencies 2023-08-28 23:46:50 -04:00