gencpp/project/components
Ed_ e1592ba410 Bug fixes and updates to package_release.ps1
- Incrased size of the defines_map_arena to 256KB
- Various fixes for the parser
- Various fixes for code serialization
- Fix for is_equal member func in Code types
- Fixes for hasthable container
- Added are_equal static func to String type for use against StrC
- Added starts_with functions to String type
- package_release.ps1 now packages all docs (forgot to update it with last release)
2024-05-05 21:53:22 -04:00
..
gen Bug fixes and updates to package_release.ps1 2024-05-05 21:53:22 -04:00
ast_case_macros.cpp Formatting fixes 2023-08-22 01:51:59 -04:00
ast_types.hpp Updated gencpp with latest fixes used in other projects. 2024-04-17 17:40:32 -04:00
ast.cpp Lexer improvement prep, segmentation of lexer and parser. 2023-11-20 21:24:27 -05:00
ast.hpp Updated gencpp with latest fixes used in other projects. 2024-04-17 17:40:32 -04:00
code_serialization.cpp Bug fixes and updates to package_release.ps1 2024-05-05 21:53:22 -04:00
code_types.hpp Updated gencpp with latest fixes used in other projects. 2024-04-17 17:40:32 -04:00
header_end.hpp Added support for predefining preprocessor defines before parsing strings of code. 2023-11-21 20:09:14 -05:00
header_start.hpp compiles agian... 2023-08-21 21:40:23 -04:00
inlines.hpp Added a new AST member NextVar to be used for comma separated variable support. 2023-09-06 03:06:30 -04:00
interface.cpp Bug fixes and updates to package_release.ps1 2024-05-05 21:53:22 -04:00
interface.hpp Updated AST_Types.md doc 2023-11-22 15:03:24 -05:00
interface.parsing.cpp Updated gencpp with latest fixes used in other projects. 2024-04-17 17:40:32 -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 Updated gencpp with latest fixes used in other projects. 2024-04-17 17:40:32 -04:00
lexer.cpp Bug fixes and updates to package_release.ps1 2024-05-05 21:53:22 -04:00
parser.cpp Bug fixes and updates to package_release.ps1 2024-05-05 21:53:22 -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 Finished current iteration of parser_algo docs and parser.cpp inline comment docs 2023-11-22 14:23:21 -05:00
types.hpp Updated gencpp with latest fixes used in other projects. 2024-04-17 17:40:32 -04:00