Closed theo25 closed 2 months ago
@Robertorosmaninho I added a commit with the update and a simplification to the parser logic. Thanks for pointing that out!
@Robertorosmaninho I added a commit with the update and a simplification to the parser logic. Thanks for pointing that out!
Wow! That was a huge simplification! Thanks!
The events that correspond to evaluation of arguments of functions and hooks are currently nested inside the corresponding function/hook event. There is no need for that and it creates various complications in the processing of the proof hint trace. For this reason, this PR un-nests those events so that they appear before their corresponding function/hook event.