We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hoist some metadata about objects (types, values for consts, etc) into the code generator. Can probably have:
class CompTimeObject: pass class CompTimeInt(CompTimeObject): pass class CCode(CompTimeObject): pass
and pass that around the compile function instead of just strings.
compile
The text was updated successfully, but these errors were encountered:
Could even make the guard functions const-fold opportunistically
guard
Sorry, something went wrong.
No branches or pull requests
Hoist some metadata about objects (types, values for consts, etc) into the code generator. Can probably have:
and pass that around the
compile
function instead of just strings.The text was updated successfully, but these errors were encountered: