Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugins] Baseline plugin for fcc #799

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[plugins] Baseline plugin for fcc #799

wants to merge 1 commit into from

Conversation

ejgallego
Copy link
Owner

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:

  • cleanup / common parts
  • documentation / changelog
  • read actions from a file
  • tests

@ejgallego ejgallego added this to the 0.2.0 milestone Jul 1, 2024
@ejgallego ejgallego modified the milestones: 0.2.0, 0.2.1 Jul 12, 2024
@ejgallego ejgallego modified the milestones: 0.2.1, 0.2.2 Sep 26, 2024
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:

- cleanup / common parts
- documentation / changelog
- read actions from a file
- tests

Co-authored-by: Eytan Singher <eytan.singher@gmail.com>
Co-authored-by: Shachar Itzhaky <corwin.amber@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant