sr-lab / coqpyt

Python client for coq-lsp
MIT License
25 stars 3 forks source link

Allow interaction with Coq files #13

Closed Nfsaavedra closed 1 year ago

Nfsaavedra commented 1 year ago

Support adding and removing steps from a Coq file from Python. coq-lsp-pyclient should be able to go back and forward in the execution of the file.

General steps to implement (by @pcarrott):