gencpp/project/components/temp
Ed_ a4f9596d3b Fixes to serialization, reduced Define_CodeType macro
Now the execution code is generated in bootstrap/singleheader gen.
2023-08-06 17:19:57 -04:00
..
ast_inlines.hpp Fixes to serialization, reduced Define_CodeType macro 2023-08-06 17:19:57 -04:00
ecode.hpp Library can now construct into AST and serialization itself (singleheader). 2023-08-04 16:12:13 -04:00
eoperator.hpp Library can now construct into AST and serialization itself (singleheader). 2023-08-04 16:12:13 -04:00
especifier.hpp Heavy refactor.. 2023-08-03 11:01:43 -04:00
etoktype.cpp Fixes for serializations found with last commit's test. 2023-08-06 13:28:19 -04:00
Readme.md Heavy refactor.. 2023-08-03 11:01:43 -04:00

Temporary Code

These are heavy macro code used throughout the library thats intended to be replaced with codegen done with the library itself.

The reason for this is to minimize macro generation to only trivial cases.
This makes the library more verbose but makes it easier to debug which is of higher priority.

Any sort of verbosity cost will be mitigated with better docs and heavy usage of pragma regions.