Skip to content

Commit 4cd687e

Browse files
authored
Merge pull request #160 from stanford-centaur/doc/readme
doc: Add arXiv badge
2 parents ad3b0df + 7490f3f commit 4cd687e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# PyPantograph
22

3+
[![arXiv](https://img.shields.io/badge/cs.LO-2410.16429-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2410.16429)
4+
35
A Machine-to-Machine Interaction System for Lean 4.
46

7+
Features:
8+
- Programmatically execute tactics (`goal_tactic`)
9+
- Handling of metavariable coupling
10+
- Whole file specification conformity check (`check_track`)
11+
- Extraction of tactic invocation data
12+
- Inspection of Lean constants
13+
514
## Installation
615

716
1. Install `uv`

0 commit comments

Comments
 (0)