gencpp/project/components/temp
Ed_ aa928ff446 Scripting updates, some refactors..
Made a package release script.

Did refactors based on some design considerations
Still need to make some major decisions...
2023-08-09 18:47:59 -04:00
..
ast_inlines.hpp Added constructor and destructor supported (UNTESTED) 2023-08-07 03:10:45 -04:00
ecode.hpp Scripting updates, some refactors.. 2023-08-09 18:47:59 -04:00
eoperator.hpp Scripting updates, some refactors.. 2023-08-09 18:47:59 -04:00
especifier.hpp Scripting updates, some refactors.. 2023-08-09 18:47:59 -04:00
etoktype.cpp Scripting updates, some refactors.. 2023-08-09 18:47:59 -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.