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
67d02c1f62
Fix for wrong tokens for GNU/MSVC attribute captures (parse_attributes)
...
Also a fix for a typo in the readme...
2023-08-08 15:35:06 -04:00
34f286d218
Library can now construct into AST and serialization itself (singleheader).
...
Still need to validate if they match.
2023-08-04 16:12:13 -04:00
b5cad6e8a1
some cleanup of unused macros in test files, preparing bootstrap and single header code + scripts
2023-07-24 18:51:49 -04:00
d1c061769c
GlobalAllocator fixes
...
- Made a gen script (does full build and test) build just builds gencpp now.
2023-07-19 00:49:54 -04:00
4d2f6a6315
Refactor Test gen_time to GEN_TIME
2023-07-19 00:13:12 -04:00
e501941c5c
Fix for sanity test...
2023-07-17 23:40:28 -04:00