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
Currently as the situation stands, we do not have any way to access compile time switches passed to the Pallene compiler in later compiler passes.
For example, if any custom switch is implemented and passed to the compiler such as:
pallenec --any-custom-switch module.pln
there is no way to know whether --any-custom-switch was used in compiler in later compiler passes like IR Generation or Code Generation.
--any-custom-switch
This could stage as a good improvement.
The text was updated successfully, but these errors were encountered:
Intermediate implementation has been done over it. Though it's not completely matured, the current implementation should do the trick.
Solved in #597
Sorry, something went wrong.
No branches or pull requests
Currently as the situation stands, we do not have any way to access compile time switches passed to the Pallene compiler in later compiler passes.
For example, if any custom switch is implemented and passed to the compiler such as:
there is no way to know whether
--any-custom-switch
was used in compiler in later compiler passes like IR Generation or Code Generation.This could stage as a good improvement.
The text was updated successfully, but these errors were encountered: