runtimeverification / llvm-backend

KORE to llvm translation
BSD 3-Clause "New" or "Revised" License
36 stars 23 forks source link

Callback-based subclass for the proof trace writer #1142

Closed theo25 closed 2 months ago

theo25 commented 2 months ago

This PR adds a new subclass of proof_trace_writer that is intended to use callbacks into Python code to synchronously communicate proof trace events, instead of serializing them to a file. For now the implementation contains placeholder calls into empty functions. A future PR will replace those placeholders with actual callbacks into Python code.