sr-lab / coqpyt

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

Support for multiple Coq versions #12

Closed Nfsaavedra closed 1 year ago

Nfsaavedra commented 1 year ago

As the Coq version changes, the AST provided by Coq also changes. We should support the same versions supported by coq-lsp. To do so, a parameter to define what is the Coq version to be used in the class CoqFile should be implemented. As the parameter changes, we should handle the AST accordingly.