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
Currently, the usage of EK is decoupled from the application where its output is used. If someone wants to iterate over different usage strings of their applications, they would have to re-run EK every single time their usage string changes.
Perhaps, we can tie the application program with the code generation using constexpr? We should investigate its applicability here.
The text was updated successfully, but these errors were encountered:
Currently, the usage of EK is decoupled from the application where its output is used. If someone wants to iterate over different usage strings of their applications, they would have to re-run EK every single time their usage string changes.
Perhaps, we can tie the application program with the code generation using constexpr? We should investigate its applicability here.
The text was updated successfully, but these errors were encountered: