Add flag to print out program after comptime
expressions have been evaluated
#5168
Labels
enhancement
New feature or request
comptime
expressions have been evaluated
#5168
Problem
With metaprogramming, it can be difficult to find out what the compiler sees of a program after it is modified by various
comptime
functions.Happy Case
We should add a compiler flag to print the program to stdout after each
comptime
expression has been evaluated.As part of this compiler flag there can be a required argument for the module path of the module to print. This allows us to only print a single module rather than the entire program.
Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: