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
Make sure that tools like std_ss contain tools to handle the new pattern matches. Especially be careful about cyclic dependencies and about performance. This might need some testing and profiling. In particular we might need to play around with some congruence rules to stop evaluating too much.
Also make sure the pattern representation works well with emit.
I would list integration with EVAL here too (as discussed in some of the comments at #286), or perhaps you would like to make a separate issue for that.
Short status update: in branch master there is the integration with EVAL, std_ss and EmitML now. Waiting for changes to parsing before integrating further.
This is a subtask of issue #285.
Make sure that tools like
std_ss
contain tools to handle the new pattern matches. Especially be careful about cyclic dependencies and about performance. This might need some testing and profiling. In particular we might need to play around with some congruence rules to stop evaluating too much.Also make sure the pattern representation works well with
emit
.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: