kenmcmil / ivy

IVy is a research tool intended to allow interactive development of protocols and their proofs of correctness and to provide a platform for developing and experimenting with automated proof techniques. In particular, IVy provides interactive visualization of automated proofs, and supports a use model in which the human protocol designer and the automated tool interact to expose errors and prove correctness.
Other
77 stars 24 forks source link

Invalid cpp code on windows when generating repl #62

Open MysteryZeus opened 2 years ago

MysteryZeus commented 2 years ago

There seems to be an issue when generating code for windows. While compiling there is a undefined function call to "TimersThreadFunction". Looking through the code I found a function defined TimerThreadFunction, which I belive it is supposed to call.