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
A function kompile that does some simple validation on its parameters, then invokes kompile as a subprocess.
A class, perhaps Kompiler, that fixes some kompile parameters, and wraps a KDefinition to transparently manage its recompilation on modification. It can expose methods like add_sentence that mutate the wrapped KDefinition.
The text was updated successfully, but these errors were encountered:
I'm working on replacing the KEVM runner script (kprove and kompile portions) with calls into pyk. I'll add the needed kompile features to pyk to achieve this.
This can be done on two levels:
kompile
that does some simple validation on its parameters, then invokeskompile
as a subprocess.Kompiler
, that fixes somekompile
parameters, and wraps aKDefinition
to transparently manage its recompilation on modification. It can expose methods likeadd_sentence
that mutate the wrappedKDefinition
.The text was updated successfully, but these errors were encountered: