You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2023. It is now read-only.
generate.cpp has become huge containing : the stencils for all the files, the code to generate code for all the symbols and the code to generate and put the files together. Consider moving the stencils each to its own separate file and the code to code-generate each component into the component itself.