ejgallego / coq-lsp

Visual Studio Code Extension and Language Server Protocol for Coq
GNU Lesser General Public License v2.1
135 stars 31 forks source link

[plugins] Baseline plugin for `fcc` #799

Open ejgallego opened 1 week ago

ejgallego commented 1 week ago

The baseline plugin will try to prove every theorem in a file using a set of predefined tactics, and produce statistics on the way.

Use example:

fcc --plugin=coq-lsp.plugin.baseline foo.v

TODO: