mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-12 20:04:52 -08:00
Ed_
c2f8c8aeb1
Just compiles and generates... Also fixed a bug where parsing didn't have a token for virtual specifiers... |
||
---|---|---|
.. | ||
ast_inlines.hpp | ||
ecode.hpp | ||
eoperator.hpp | ||
especifier.hpp | ||
etoktype.cpp | ||
Readme.md |
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.